Skip to content
Snippets Groups Projects

Move to creator-ee

Merged Adrian K. requested to merge creator-ee-ghcr into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
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
WORKDIR /app
ENTRYPOINT ["/usr/bin/ansible-lint"]
ENTRYPOINT ["entrypoint ansible-lint"]
Loading