diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dfb5c1a..79f1f03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -130,6 +130,10 @@ check-merge-request: junit: results.xml allow_failure: true +# +# Build distribution-specific images used by the jobs in the build stage +# + fedora:37@container-prep: extends: - .fdo.container-build@fedora diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 3e585db..1726921 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -138,6 +138,10 @@ check-merge-request: junit: results.xml allow_failure: true +# +# Build distribution-specific images used by the jobs in the build stage +# + {% for distro in distributions %} {% for version in distro.versions %} {{distro.name}}:{{version}}@container-prep: