cert-manager/make/config/pebble/Containerfile.pebble
Ashley Davis f3a051d94f
add license preludes for a variety of files
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2023-03-14 15:46:10 +00:00

14 lines
146 B
Docker

# +skip_license_check
ARG BASE_IMAGE
FROM $BASE_IMAGE
USER 1000
COPY pebble /app/pebble
ENTRYPOINT ["/app/pebble"]
# vim: syntax=dockerfile