This repository has been archived on 2023-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
kreaper/deployments/Dockerfile

7 lines
124 B
Text
Raw Permalink Normal View History

2022-04-13 19:00:32 +00:00
ARG BASE="gcr.io/distroless/static:nonroot"
FROM $BASE
COPY kreaper /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/kreaper"]