1 parent 79ba047 commit f754cebCopy full SHA for f754ceb
2 files changed
build/Containerfile
@@ -50,7 +50,7 @@ RUN ARCH=$(arch | sed 's|x86_64|amd64|g' | sed 's|aarch64|arm64|g') \
50
CGO_LDFLAGS="-L/lib64" GOOS=linux \
51
go build ${BUILD_FLAGS} -tags strictfipsruntime -a -o bin/power-dev-webhook ./cmd/webhook
52
53
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754456323
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
54
55
LABEL io.k8s.display-name="IBM Power Device Plugin"
56
LABEL name="IBM Power Device Plugin"
build/Containerfile-build
@@ -1,4 +1,4 @@
1
2
3
4
0 commit comments