Skip to content
Snippets Groups Projects
Commit 43b0cff3 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker: Committed by Adrian K.
Browse files

Merge branch 'renovate/docker-20.x' into 'main'

Update docker Docker tag to v20.10.21

See merge request !5
parents a17ef8af 5bed19d1
No related branches found
No related tags found
No related merge requests found
Pipeline #118731 failed
--- ---
image: docker:20.10.17 image: docker:20.10.21
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
...@@ -12,10 +12,11 @@ build: ...@@ -12,10 +12,11 @@ build:
stage: build stage: build
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build --pull --build-arg BUILDKIT_INLINE_CACHE=1 - docker pull ghcr.io/ansible/creator-ee:v0.11.0
- docker build --build-arg BUILDKIT_INLINE_CACHE=1
--cache-from $CI_REGISTRY_IMAGE:latest --cache-from $CI_REGISTRY_IMAGE:latest
--tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
--tag $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:creator-ee-test
"." "."
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
- docker push $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE:creator-ee-test
FROM alpine:edge FROM creator-ee:v0.11.0
RUN mkdir /app && apk add ansible-lint yamllint git py3-jsonschema RUN mkdir /app
ADD lint.sh /bin/dumb-init/lint.sh
WORKDIR /app WORKDIR /app
ENTRYPOINT ["/usr/bin/ansible-lint"] ENTRYPOINT ["entrypoint"]
ansible-lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment