Skip to content
This repository was archived by the owner on May 14, 2018. It is now read-only.

Commit 203dc6b

Browse files
committed
Clean all created images
1 parent 126636c commit 203dc6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ pipeline {
105105
always {
106106
sh("docker rmi -f --no-prune smartbox/brain:${GIT_COMMIT}")
107107
sh("docker rmi -f --no-prune smartbox/brain:${GIT_COMMIT}-production")
108+
sh("docker rmi -f --no-prune registry.hub.docker.com/smartbox/brain:latest")
108109
sh("docker rmi -f --no-prune registry.smartbox.io/smartbox/brain:${GIT_COMMIT}")
109110
}
110111
}

0 commit comments

Comments
 (0)