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
2022-04-13 21:00:32 +02:00

7 lines
No EOL
124 B
Docker

ARG BASE="gcr.io/distroless/static:nonroot"
FROM $BASE
COPY kreaper /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/kreaper"]