categraf/docker/Dockerfile.goreleaser.arm64

12 lines
221 B
Docker

FROM --platform=$TARGETPLATFORM ubuntu:22.10
COPY docker/nsswitch.conf /etc/nsswitch.conf
COPY categraf /usr/bin/categraf
COPY docker/entrypoint.sh /entrypoint.sh
COPY conf /etc/categraf/conf
CMD ["/entrypoint.sh"]