We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70a2f0 commit 8d78491Copy full SHA for 8d78491
Dockerfile
@@ -4,7 +4,7 @@ COPY . .
4
RUN apk add --no-cache ca-certificates && update-ca-certificates
5
ENV CGO_ENABLED 0
6
RUN go build -v -a -tags netgo -ldflags='-s -w -extldflags "-static"' .
7
-RUN apk add --no-cache upx && upx ./docker-pushrm
+#RUN apk add --no-cache upx && upx ./docker-pushrm
8
9
FROM docker.io/library/busybox
10
COPY --from=builder /go/src/github.com/christian-korneck/docker-pushrm/docker-pushrm /
0 commit comments