Skip to content

Commit

Permalink
Merge pull request #214 from msherif1234/misc
Browse files Browse the repository at this point in the history
update catalog container file to use 4.17 image
  • Loading branch information
msherif1234 authored Sep 20, 2024
2 parents bf7634e + f36252b commit dbcb4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile.catalog.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ./update_catalog.sh

# The base image is expected to contain
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
FROM brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.16
FROM brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.17

# Configure the entrypoint and command
ENTRYPOINT ["/bin/opm"]
Expand Down

0 comments on commit dbcb4cb

Please sign in to comment.