Skip to content
Snippets Groups Projects
Commit 2bcb8a61 authored by Adrian K.'s avatar Adrian K.
Browse files

Move to creator-ee

parent d651fc54
No related branches found
No related tags found
1 merge request!7Move to creator-ee
Pipeline #131023 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