Skip to content

Commit

Permalink
Merge pull request #133 from razo7/use-ubi-9
Browse files Browse the repository at this point in the history
Bump Base Image to UBI micro 9
  • Loading branch information
openshift-merge-bot[bot] committed Sep 5, 2024
2 parents 6af41ad + a2342df commit a659ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
namespace: openshift
name: release
tag: rhel-8-release-golang-1.20-openshift-4.14
tag: golang-1.20
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ COPY .git/ .git/
# Build
RUN ./hack/build.sh

# Use ubi-micro as minimal base image to package the manager binary - https://catalog.redhat.com/software/containers/ubi8/ubi-micro/5ff3f50a831939b08d1b832a
FROM registry.access.redhat.com/ubi8/ubi-micro:latest
# Use ubi-micro as minimal base image to package the manager binary - https://catalog.redhat.com/software/containers/ubi9-micro/61832b36dd607bfc82e66399
FROM registry.access.redhat.com/ubi9/ubi-micro:latest
WORKDIR /
COPY --from=builder /workspace/bin/manager .
USER 65532:65532
Expand Down

0 comments on commit a659ac4

Please sign in to comment.