Skip to content
Snippets Groups Projects
Commit 553c02a7 authored by David Mehren's avatar David Mehren
Browse files

Merge branch 'creator-ee-ghcr' into 'main'

Move to creator-ee

See merge request !7
parents d651fc54 2bcb8a61
No related branches found
No related tags found
1 merge request!7Move to creator-ee
Pipeline #131027 passed
FROM alpine:edge
FROM ghcr.io/ansible/creator-ee:v0.12.2
RUN mkdir /app && apk add ansible-lint yamllint git py3-jsonschema
RUN mkdir /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