Skip to content
Snippets Groups Projects
Verified Commit 57e3ae89 authored by Martin Weise's avatar Martin Weise
Browse files

Need regctl

parent 43483f04
No related branches found
No related tags found
1 merge request!387Wrong model
This commit is part of merge request !387. Comments created here will be created in the context of that merge request.
......@@ -459,8 +459,9 @@ clean-images:
- "echo ${CI_REGISTRY_PASSWORD} | docker login --username ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY_URL}"
- "docker logout ${CI_REGISTRY2_URL}"
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
- echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
- "apk add --no-cache bash regclient"
- "apk add --no-cache curl bash"
- "curl -fsSL -O /usr/local/sbin/regctl https://github.com/regclient/regclient/releases/download/v0.8.2/regctl-linux-amd64"
- "chmod +x /usr/local/sbin/regctl"
script:
- bash ./.gitlab/remove-unsupported-images.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment