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.
2 parents 5330d01 + 324c2b0 commit fbba403Copy full SHA for fbba403
Dockerfile
@@ -19,7 +19,7 @@ COPY controllers/ controllers/
19
# Build
20
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
21
22
-FROM registry.access.redhat.com/ubi8/ubi-micro:latest@sha256:084c06bf84ceb8ed8f868bd27e7fc6b2c83ae4e16f8e1f979dd7317961c7dd8a
+FROM registry.access.redhat.com/ubi8/ubi-micro:latest@sha256:0fe81f64dab0570da191fbc74004fff651027640496fb220661da4e9d83860f7
23
WORKDIR /
24
COPY --from=builder /workspace/manager .
25
0 commit comments