Skip repro tag for official Docker namespace releases

We need to skip the `repro` tag since we're unable to adjust required build parameters on the docker-library side.

See https://github.com/docker-library/official-images/pull/21327
This commit is contained in:
Justin Kromlinger 2026-04-29 11:03:11 +02:00
parent 446b09aa44
commit c4589ed396
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -408,6 +408,7 @@ release:
# Publish to the official Docker namespace: https://hub.docker.com/_/archlinux
# Note: The description is maintained here: https://github.com/docker-library/docs/tree/master/archlinux
# This skips the `repro` tag since we're unable to adjust required build parameters on the docker-library side
publish-dockerhub:
stage: publish
dependencies:
@ -439,7 +440,7 @@ publish-dockerhub:
- git checkout -b "$head"
- cp ../docker-library.template library/archlinux
- |
for group in base base-devel multilib-devel repro; do
for group in base base-devel multilib-devel; do
test "${group}" = "base" && extra="latest, " || extra=""
echo "Tags: ${extra}${group}, ${group}-${BUILD_VERSION}" >> library/archlinux
echo "GitCommit: ${BUILD_COMMIT}" >> library/archlinux