[glib-networking/mcatanzaro/proxies: 2/2] ci: pull fedora:latest before building image
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/proxies: 2/2] ci: pull fedora:latest before building image
- Date: Wed, 9 Feb 2022 22:27:28 +0000 (UTC)
commit 18bd01b71fbe30689f411a176c4547bb562ba0f1
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]