Skip to content

Commit 923ba97

Browse files
committed
Pin base image to 9.6 tag
The base image for latest tag got update to 9.7 where fips test started to fail. This pins it for now to the 9.6 tag Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent 0ec969e commit 923ba97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.24
2-
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:latest
2+
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.6
33

44
# Build the manager binary
55
FROM $GOLANG_BUILDER AS builder

0 commit comments

Comments
 (0)