Files
netbird/relay/Dockerfile
mlsmaycon 410b310f28 - Replace Alpine base image with Distroless base:debug across Dockerfiles
- Add ARM7 (goarm:7) support in GoReleaser configuration
- Simplify ARM platform references in .goreleaser.yaml
2026-06-16 13:40:25 +02:00

6 lines
175 B
Docker

FROM gcr.io/distroless/base:debug
ENTRYPOINT [ "/go/bin/netbird-relay" ]
ENV NB_LOG_FILE=console
ARG TARGETPLATFORM
COPY ${TARGETPLATFORM}/netbird-relay /go/bin/netbird-relay