Skip to content

Commit

Permalink
Upgrade the operator to UBI9
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Feb 8, 2024
1 parent 668e699 commit 5a30e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY internal/controller/ internal/controller/
# Build
RUN CGO_ENABLED=0 go build -a -o manager cmd/main.go

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

LABEL name="ManageIQ Operator" \
summary="ManageIQ Operator manages the ManageIQ application on a Kubernetes cluster" \
Expand Down

0 comments on commit 5a30e3d

Please sign in to comment.