- 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
This commit is contained in:
mlsmaycon
2026-06-16 13:40:25 +02:00
parent 2ef70bcb6c
commit 410b310f28
5 changed files with 22 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
FROM alpine:3.24
RUN apk add --no-cache bash ca-certificates
FROM gcr.io/distroless/base:debug
ENTRYPOINT [ "/go/bin/netbird-upload" ]
ARG TARGETPLATFORM
COPY ${TARGETPLATFORM}/netbird-upload /go/bin/netbird-upload