[epiphany/mcatanzaro/ci-pull: 1/3] ci: pull alpine:latest before building image




commit 6d8f3b866cefdb658199bf9c61e38286ff95eeac
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Feb 9 15:11:44 2022 -0600

    ci: pull alpine:latest before building image
    
    Otherwise, we'll wind up using whatever alpine:latest was last time I
    manually pulled it, rather than what it is currently.

 .gitlab-ci/run-podman.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci/run-podman.sh b/.gitlab-ci/run-podman.sh
index 793f0d49b..5c6ab86cc 100755
--- a/.gitlab-ci/run-podman.sh
+++ b/.gitlab-ci/run-podman.sh
@@ -6,6 +6,7 @@ TAG="registry.gitlab.gnome.org/gnome/epiphany/master:v4"
 
 cd "$(dirname "$0")"
 
+podman pull docker.io/library/alpine: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]