[projects/cleanbuild] use same name for locally built image

glen glen at pld-linux.org
Wed Jun 14 23:17:40 CEST 2017


commit 878b6d64d41077d304b53edf0d299550c1847d42
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Wed Jun 14 23:59:26 2017 +0300

    use same name for locally built image

 docker/build-docker.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/docker/build-docker.sh b/docker/build-docker.sh
index 6aa549a..24112e9 100755
--- a/docker/build-docker.sh
+++ b/docker/build-docker.sh
@@ -1,3 +1,6 @@
 #!/bin/sh
+# use this script to build the image locally
 set -e
-docker build --pull -t pld/cleanbuild .
+
+image=registry.gitlab.com/pld-linux/cleanbuild
+docker build --pull -t $image .
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/54efabebc4bbdf9860efb25ecfffd69233acdb17



More information about the pld-cvs-commit mailing list