[epiphany/mcatanzaro/ci-pull: 59/60] ci: pull alpine:latest before building image
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/ci-pull: 59/60] ci: pull alpine:latest before building image
- Date: Tue, 1 Mar 2022 14:33:42 +0000 (UTC)
commit 2ac8760940557767581b86bb2435cb832c626f81
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.
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1070>
.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]