From 9271931792f176763379edcd0cf379600a640ede Mon Sep 17 00:00:00 2001 From: Alexander Wellbrock <a.wellbrock@mailbox.org> Date: Wed, 13 Jan 2021 00:56:15 +0100 Subject: [PATCH] pin build base image to build-ah-engine 2.0.0 --- gitlab-ci-template.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gitlab-ci-template.yml b/gitlab-ci-template.yml index 31a6b3b..da61b7e 100644 --- a/gitlab-ci-template.yml +++ b/gitlab-ci-template.yml @@ -11,13 +11,8 @@ variables: inherit: default: false variables: true - image: docker.io/library/fedora:32 + image: quay.io/sheogorath/build-ah-engine:2.0.0 before_script: - - dnf -y upgrade - - dnf -y install podman buildah findutils git - - cp resources/storage.conf /etc/containers/storage.conf - - sed -e 's/.* cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/containers.conf > /etc/containers/containers.conf - - resources/shell-tools/install.sh - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - export BUILD_DATE="$(date --rfc-3339 ns)" script: @@ -56,7 +51,7 @@ container-tagging: inherit: default: false variables: true - image: quay.io/sheogorath/build-ah-engine:1.3.0 + image: quay.io/sheogorath/build-ah-engine:2.0.0 before_script: - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - export BUILD_DATE="$(date --rfc-3339 ns)" -- GitLab