Skip to content
Snippets Groups Projects
Commit 5986f256 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 #118752 failed
---
image: docker:20.10.17
image: docker:20.10.21
variables:
DOCKER_TLS_CERTDIR: "/certs"
......@@ -12,10 +12,12 @@ build:
stage: build
script:
- 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 images
- docker build --build-arg BUILDKIT_INLINE_CACHE=1
--cache-from $CI_REGISTRY_IMAGE:latest
--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:latest
- docker push $CI_REGISTRY_IMAGE:creator-ee-test
FROM alpine:edge
FROM ansible/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
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