gitlab-ci: update used ci-templates version

It seems there is a problem building f35/f36 containers. Update
the ci-templates version.

(cherry picked from commit dc8c9d4bd2)
This commit is contained in:
Thomas Haller 2021-09-22 09:11:10 +02:00
parent 79ed81bb0a
commit 1da22aaefa
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
########################################
.templates_sha: &template_sha b18e53bf67b9ed493a006d83dbadd1ecc0daa61a # see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha 14731f78c23c7b523a85a26a068ade9ac1ecd2f3 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
# Alpine container builder template
@ -47,11 +47,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
FEDORA_TAG: '2021-07-12.0-b19516ac22b6'
UBUNTU_TAG: '2021-07-12.0-b77047ed62be'
DEBIAN_TAG: '2021-07-12.0-b77047ed62be'
CENTOS_TAG: '2021-07-12.0-b19516ac22b6'
ALPINE_TAG: '2021-07-12.0-d7a8aea74089'
FEDORA_TAG: '2021-07-12.0-f3bd83023528'
UBUNTU_TAG: '2021-07-12.0-ceca385e1904'
DEBIAN_TAG: '2021-07-12.0-ceca385e1904'
CENTOS_TAG: '2021-07-12.0-f3bd83023528'
ALPINE_TAG: '2021-07-12.0-a623f8d1b2f8'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'

View file

@ -9,7 +9,7 @@
########################################
.templates_sha: &template_sha b18e53bf67b9ed493a006d83dbadd1ecc0daa61a # see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha 14731f78c23c7b523a85a26a068ade9ac1ecd2f3 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
{% for distro in distributions|sort(attribute="name") %}