Files
mc-router/Dockerfile.release
T

9 lines
282 B
Docker

FROM gcr.io/distroless/static-debian12
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
LABEL org.opencontainers.image.title="mc-router"
LABEL org.opencontainers.image.source="https://github.com/itzg/mc-router"
COPY mc-router /
ENTRYPOINT ["/mc-router"]