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 c9ade1d commit 03a04a3Copy full SHA for 03a04a3
Dockerfile
@@ -16,7 +16,7 @@
16
ARG ARCH
17
18
# Build the manager binary
19
-FROM golang:1.23 as builder
+FROM golang:1.23sha256:540d3442f4758da82e787d03930bf6468cf6f8613474135e8946259b9e531ea0 as builder
20
21
WORKDIR /workspace
22
# Add kubectl tool
@@ -49,7 +49,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
49
--mount=type=cache,target=/root/.cache/go-build \
50
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -ldflags="${LDFLAGS}" -gcflags="${GCFLAGS}" -o manager main.go
51
52
-FROM --platform=linux/${ARCH} registry.access.redhat.com/ubi8-micro:8.8
+FROM --platform=linux/${ARCH} registry.access.redhat.com/ubi8-micro:8.10
53
54
55
0 commit comments