You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 18:57:08 UTC

[GitHub] [beam] damccorm opened a new issue, #20665: Docker unable to remove container image because container is running

damccorm opened a new issue, #20665:
URL: https://github.com/apache/beam/issues/20665

   Sometimes Jenkins jobs fail to cleanup the container images because the container is not yet shutdown. The failure looks like this,
   
    
   ```
   
   14:41:52 Error response from daemon: conflict: unable to remove repository reference "us.gcr.io/apache-beam-testing/java-postcommit-it/java:20201113182944"
   (must force) - container c28427d037c9 is using its referenced image 55ebc4bc6c8c
   
   ```
   
   Adding the `–force` flag to the rmi command should resolve the issue.
   
   Imported from Jira [BEAM-11263](https://issues.apache.org/jira/browse/BEAM-11263). Original Jira may contain additional context.
   Reported by: tysonjh.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org