[glib-networking/mcatanzaro/proxies: 10/10] ci: pull fedora:latest before building image




commit 9748d7c4101c2782dc1ccd1498370dfe52094756
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Feb 9 15:10:16 2022 -0600

    ci: pull fedora:latest before building image
    
    I was astounded to see fedora:latest was still Fedora 34. Turns out that
    happens if there's no manual refresh.

 .gitlab-ci/run-docker.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 0a87bda1..6f079292 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -6,6 +6,7 @@ TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v19"
 
 cd "$(dirname "$0")"
 
+podman pull registry.fedoraproject.org/fedora:latest
 podman build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" --file "Dockerfile" --format=docker .
 
 if [ "$1" = "--push" ]; then


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]