mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-19 05:09:06 +02:00
- 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:
+1
-2
@@ -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-relay" ]
|
||||
ENV NB_LOG_FILE=console
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
Reference in New Issue
Block a user