From fefac75e96b7d400ae032fbc5b44a9df93143945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 26 Jun 2019 11:19:24 +0200 Subject: [PATCH] ci/Dockerfile: Add commands for regenerating Instead of either figuring out themself, or looking at the commit that added the file, just make life easier by providing the commands for rebuilding and pushing as a comment in the Dockerfile itself. https://gitlab.gnome.org/GNOME/mutter/merge_requests/648 --- .gitlab-ci/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 6b413bb35..5bae53be9 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -1,3 +1,10 @@ +# Rebuild and push with +# +# cd .gitlab-ci/ +# docker build -t registry.gitlab.gnome.org/gnome/mutter/master:v2 . +# docker push registry.gitlab.gnome.org/gnome/mutter/master:v2 +# + FROM fedora:30 RUN dnf -y update && dnf -y upgrade && \