You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Heejong Lee (Jira)" <ji...@apache.org> on 2019/11/01 21:38:00 UTC

[jira] [Created] (BEAM-8545) don't docker pull before docker run

Heejong Lee created BEAM-8545:
---------------------------------

             Summary: don't docker pull  before docker run
                 Key: BEAM-8545
                 URL: https://issues.apache.org/jira/browse/BEAM-8545
             Project: Beam
          Issue Type: Bug
          Components: java-fn-execution
            Reporter: Heejong Lee
            Assignee: Heejong Lee


Since 'docker run' automatically pulls when the image doesn't exist locally, I think it's safe to remove explicit 'docker pull' before 'docker run'. Without 'docker pull', we won't update the local image with the remote image (for the same tag) but it shouldn't be a problem in prod that the unique tag is assumed for each released version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)