Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(ci) docker_cleanup_images missing curl
Browse files Browse the repository at this point in the history
Change-Id: I32fec3228df10e1c85daa156937d627a454ab0e5
Reviewed-on: http://gerrit.tine20.com/customers/18665
Reviewed-by: Milan Mertens <m.mertens@metaways.de>
Tested-by: Milan Mertens <m.mertens@metaways.de>
  • Loading branch information
byteplow committed Dec 8, 2020
1 parent 4770b38 commit 59a96f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/abstract_jobs.yml
Expand Up @@ -160,7 +160,7 @@
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.1-dind
image: $REGISTRY/docker:19.03.1
image: $REGISTRY/docker:19.03.1-r1
before_script:
- source ci/functions.sh
- export DOCKER_BUILDKIT=0
Expand Down
2 changes: 2 additions & 0 deletions ci/helperimages/docker.Dockerfile
Expand Up @@ -6,4 +6,6 @@ RUN wget -O /usr/local/bin/docker-credential-ecr-login https://amazon-ecr-creden
chmod +x /usr/local/bin/docker-credential-ecr-login && \
mkdir ~/.docker/

RUN apk add curl

RUN echo \{\"credHelpers\": \{\"${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com\": \"ecr-login\"\}\} >> ~/.docker/config.json

0 comments on commit 59a96f1

Please sign in to comment.