From: Jordan Petridis Date: Thu, 2 Jul 2020 12:43:13 +0000 (+0300) Subject: citemplate: avoid the need to upgrade buildah in docker build X-Git-Tag: 1.19.3~497^2~111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d57693328bfa7fa016f513dd54e76ccfa1382dad;p=platform%2Fupstream%2Fgstreamer.git citemplate: avoid the need to upgrade buildah in docker build We only need the newer version from the image, to support the --arch arg, but we don't really use it yet so we could live without it. Part-of: --- diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 0d8a876..7f69230 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -205,8 +205,6 @@ variables: # using the vfs driver, and this causes errors. - sed -i '/^mountopt =.*/d' /etc/containers/storage.conf - - dnf upgrade -y buildah skopeo jq runc - - *check_image_exists # This part of the job should only ever be possible to be reach in a gst-ci fork @@ -223,7 +221,6 @@ variables: - > buildah bud --build-arg DEFAULT_BRANCH=$GST_UPSTREAM_BRANCH - --arch=${ARCH:=amd64} --label ci.job_id=$CI_JOB_ID --label pipeline.url=$CI_PIPELINE_URL --label git.ref_name=$CI_COMMIT_REF_NAME