crc-org / snc

Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers
https://crc.dev
Apache License 2.0
103 stars 50 forks source link

Switch patch images to rhel-9 #830

Closed praveenkumar closed 8 months ago

praveenkumar commented 11 months ago

Looks like the KAO/KCMO image which we do now move to rhel-9 and we are still using rhel-8 tag

 $ git show upstream/rhaos-4.15-rhel-8 77e5a08f25319a2926d567d47266dad8a8911af9
fatal: bad object 77e5a08f25319a2926d567d47266dad8a8911af9
$ git fetch upstream rhaos-4.15-rhel-9 --no-tags
$ git log --oneline  upstream/rhaos-4.15-rhel-9 
a88f106b2 (upstream/rhaos-4.15-rhel-9) # 'https://saml.buildvm.hosts.prod.psi.bos.redhat.com:8888/job/aos-cd-builds/job/build%252Focp4/50701/' MaxFileSize: 104857600 io.openshift.build.commit.id: a9c35df9c83f45eea69090311a4ade770be932a6 io.openshift.build.source-location: https://github.com/openshift/cluster-kube-apiserver-operator jenkins.url: null release: 202312182311.p0.ga9c35df.assembly.stream version: v4.15.0
77e5a08f2 # 'https://saml.buildvm.hosts.prod.psi.bos.redhat.com:8888/job/aos-cd-builds/job/build%252Focp4/50428/' MaxFileSize: 104857600 io.openshift.build.commit.id: 03c5a03d1bd0a952655aa180bd2708802e8cc1a4 io.openshift.build.source-location: https://github.com/openshift/cluster-kube-apiserver-operator jenkins.url: null release: 202312130413.p0.g03c5a03.assembly.stream version: v4.15.0
praveenkumar commented 8 months ago

831 fixed it.