Skip to content

Commit

Permalink
Fix the removal of busybox image
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Mar 18, 2015
1 parent c2fb0b8 commit 2a96787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
command: "docker push localhost:5000/mine"

- name: Remove the busybox image from the local docker
command: "docker rmi -f busybox"
command: "docker rmi -f {{ image_id.stdout_lines[0] }}"

- name: Remove the new image from the local docker
command: "docker rmi -f localhost:5000/mine"
Expand Down

0 comments on commit 2a96787

Please sign in to comment.