Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN ARCH=$(arch | sed 's|x86_64|amd64|g' | sed 's|aarch64|arm64|g') \
CGO_LDFLAGS="-L/lib64" GOOS=linux \
go build ${BUILD_FLAGS} -tags strictfipsruntime -a -o bin/power-dev-webhook ./cmd/webhook

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1784705586
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785214301

LABEL io.k8s.display-name="IBM Power Device Plugin"
LABEL name="IBM Power Device Plugin"
Expand Down
2 changes: 1 addition & 1 deletion build/Containerfile-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1784705586
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1785214301

LABEL io.k8s.display-name="IBM Power Device Plugin"
LABEL name="IBM Power Device Plugin"
Expand Down