File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Use distroless as minimal base image to package the manager binary
2
2
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3
- FROM gcr.io/distroless/static-debian12:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
3
+ FROM gcr.io/distroless/static-debian12:nonroot@sha256:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d
4
4
WORKDIR /
5
5
COPY dist/distr /distr
6
6
USER 65532:65532
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} \
19
19
-ldflags="-s -w -X github.com/glasskube/distr/internal/buildconfig.version=${VERSION:-snapshot} -X github.com/glasskube/distr/internal/buildconfig.commit=${COMMIT}" \
20
20
./cmd/agent/kubernetes/
21
21
22
- FROM gcr.io/distroless/static-debian12:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
22
+ FROM gcr.io/distroless/static-debian12:nonroot@sha256:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d
23
23
WORKDIR /
24
24
COPY --from=builder /workspace/agent .
25
25
USER 65532:65532
You can’t perform that action at this time.
0 commit comments