From c574f15e19c7afaf9451c832470afc53d541fab0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 23 Nov 2021 21:56:55 +0100 Subject: [PATCH] support/docker: drop use of Docker hub, use Gitlab registry Now that our pipelines are using the Docker image from the Gitlab registry, there is no longer any reason to push the image to the Docker hub. Signed-off-by: Yann E. MORIN Cc: Romain Naour Cc: Arnout Vandecappelle (Essensium/Mind) Reviewed-by: Romain Naour Signed-off-by: Peter Korsgaard (cherry picked from commit 37004bde661bfe6be2a79ec690138c1473be8f82) Signed-off-by: Peter Korsgaard --- support/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile index f31477c023..e3bc547350 100644 --- a/support/docker/Dockerfile +++ b/support/docker/Dockerfile @@ -1,7 +1,7 @@ # This Dockerfile generates the docker image that gets used by Gitlab CI # To build it (YYYYMMDD.HHMM is the current date and time in UTC): -# docker build -t buildroot/base:YYYYMMDD.HHMM support/docker -# docker push buildroot/base:YYYYMMDD.HHMM +# docker build -t registry.gitlab.com/buildroot.org/buildroot/base:YYYYMMDD.HHMM support/docker +# docker push registry.gitlab.com/buildroot.org/buildroot/base:YYYYMMDD.HHMM # We use a specific tag for the base image *and* the corresponding date # for the repository, so do not forget to update the apt-sources.list