Files
netbird/upload-server/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

5 lines
154 B
Docker

FROM gcr.io/distroless/base:debug
ENTRYPOINT [ "/go/bin/netbird-upload" ]
ARG TARGETPLATFORM
COPY ${TARGETPLATFORM}/netbird-upload /go/bin/netbird-upload