adfinis / openshift-etcd-backup

CronJob to perform an etcd backup inside an OpenShift cluster
GNU Affero General Public License v3.0
17 stars 18 forks source link

feat(dockerfile): use ubi9-minimal as base image #68

Closed tongpu closed 9 months ago

tongpu commented 9 months ago

Starting with OpenShift 4.13 the RHCOS image used for nodes will be based on RHEL 9.2, so we're going to use ubi9-minimal going forward. https://access.redhat.com/articles/6907891

fixes #67