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 91eb31f commit 70a7790Copy full SHA for 70a7790
Dockerfile
@@ -4,7 +4,8 @@ ADD . /build/
4
WORKDIR /build
5
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o main .
6
7
-FROM scratch
+FROM gcr.io/distroless/static:nonroot
8
COPY --from=builder /build/main /app/
9
WORKDIR /app
10
+USER nonroot:nonroot
11
ENTRYPOINT ["./main"]
charts/azdo-git-proxy/Chart.yaml
@@ -4,6 +4,6 @@ description: A Helm chart for azdo-git-proxy
type: application
-version: v0.1.0-rc3
+version: v0.1.0-rc4
-appVersion: v0.1.0-rc3
+appVersion: v0.1.0-rc4
0 commit comments