File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,10 @@ container:
164
164
165
165
sign_rpm :
166
166
stage : sign
167
- image : almalinux:8
167
+ image : almalinux:9-minimal
168
168
needs : ["rpm"]
169
169
script :
170
- - dnf install -y rpm-sign
170
+ - microdnf install -y rpm-sign
171
171
- echo $DCACHE_ORG_PGP_KEY | base64 -d -i > secret.gpg
172
172
- gpg --quiet --batch --yes --allow-secret-key-import --passphrase="$DCACHE_ORG_PGP_KEY_PASS" --import secret.gpg
173
173
- gpg -a --export "$DCACHE_ORG_KEY_NAME" > RPM-GPG-KEY
@@ -180,10 +180,10 @@ sign_rpm:
180
180
181
181
sign_srm_client_rpm :
182
182
stage : sign
183
- image : almalinux:8
183
+ image : almalinux:9-minimal
184
184
needs : ["srm_client_rpm"]
185
185
script :
186
- - dnf install -y rpm-sign
186
+ - microdnf install -y rpm-sign
187
187
- echo $DCACHE_ORG_PGP_KEY | base64 -d -i > secret.gpg
188
188
- gpg --quiet --batch --yes --allow-secret-key-import --passphrase="$DCACHE_ORG_PGP_KEY_PASS" --import secret.gpg
189
189
- gpg -a --export "$DCACHE_ORG_KEY_NAME" > RPM-GPG-KEY
You can’t perform that action at this time.
0 commit comments