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/12/27 01:31:00 UTC

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

     [ https://issues.apache.org/jira/browse/BEAM-8545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heejong Lee resolved BEAM-8545.
-------------------------------
    Fix Version/s: 2.17.0
       Resolution: Won't Fix

> 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
>            Priority: Major
>             Fix For: 2.17.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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)