[ARVADOS] updated: 2.1.0-33-ge827ff082
Git user
git at public.arvados.org
Fri Oct 23 20:41:36 UTC 2020
Summary of changes:
build/run-build-docker-images.sh | 3 +++
1 file changed, 3 insertions(+)
via e827ff0820d4cdb5425070d6799028ac8416c5cc (commit)
from 5efbca2174eefd17f7b249a0662aeb30de4ec9c5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e827ff0820d4cdb5425070d6799028ac8416c5cc
Author: Ward Vandewege <ward at curii.com>
Date: Fri Oct 23 14:31:14 2020 -0400
16930: remove local 'latest' tag before pushing.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/build/run-build-docker-images.sh b/build/run-build-docker-images.sh
index 7cb8cf76a..8cff14b71 100755
--- a/build/run-build-docker-images.sh
+++ b/build/run-build-docker-images.sh
@@ -82,6 +82,9 @@ title () {
}
docker_push () {
+ # docker always creates a local 'latest' tag, and we don't want to push that
+ # tag in every case. Remove it.
+ docker rmi $1:latest
if [[ ! -z "$tags" ]]
then
for tag in $( echo $tags|tr "," " " )
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list