Skip to content

Commit 560dce6

Browse files
committed
ci: use almalinux9-minimal images for rpm signing
1 parent 3567dde commit 560dce6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ container:
164164
165165
sign_rpm:
166166
stage: sign
167-
image: almalinux:8
167+
image: almalinux:9-minimal
168168
needs: ["rpm"]
169169
script:
170-
- dnf install -y rpm-sign
170+
- microdnf install -y rpm-sign
171171
- echo $DCACHE_ORG_PGP_KEY | base64 -d -i > secret.gpg
172172
- gpg --quiet --batch --yes --allow-secret-key-import --passphrase="$DCACHE_ORG_PGP_KEY_PASS" --import secret.gpg
173173
- gpg -a --export "$DCACHE_ORG_KEY_NAME" > RPM-GPG-KEY
@@ -180,10 +180,10 @@ sign_rpm:
180180

181181
sign_srm_client_rpm:
182182
stage: sign
183-
image: almalinux:8
183+
image: almalinux:9-minimal
184184
needs: ["srm_client_rpm"]
185185
script:
186-
- dnf install -y rpm-sign
186+
- microdnf install -y rpm-sign
187187
- echo $DCACHE_ORG_PGP_KEY | base64 -d -i > secret.gpg
188188
- gpg --quiet --batch --yes --allow-secret-key-import --passphrase="$DCACHE_ORG_PGP_KEY_PASS" --import secret.gpg
189189
- gpg -a --export "$DCACHE_ORG_KEY_NAME" > RPM-GPG-KEY

0 commit comments

Comments
 (0)