ARG BASE="gcr.io/distroless/static:nonroot"

FROM $BASE

COPY kreaper /usr/local/bin/

ENTRYPOINT ["/usr/local/bin/kreaper"]