coreos / fedora-coreos-cincinnati

Backend for Fedora CoreOS auto-updates (Cincinnati server)
Other
11 stars 16 forks source link

Dockerfile: update to Fedora 39 #96

Closed c4rt0 closed 5 months ago

c4rt0 commented 5 months ago

See: https://github.com/coreos/fedora-coreos-tracker/issues/1490

jlebon commented 5 months ago

To roll this out, see https://docs.fedoraproject.org/en-US/infra/sysadmin_guide/coreos-cincinnati/#_upgrades.

c4rt0 commented 4 months ago

PR with the update to the fedora-infra/ansible repository

c4rt0 commented 4 months ago

To roll this out, see https://docs.fedoraproject.org/en-US/infra/sysadmin_guide/coreos-cincinnati/#_upgrades.

The build stage of the Upgrade is now complete.

c4rt0 commented 4 months ago

@jlebon - how do I verify that the target commit has been successfully built into a container image?

jlebon commented 4 months ago

You can log into the OpenShift instance, switch to the coreos-cincinnati project (oc project ...), and then inspect the build that was triggered (oc get builds, oc logs build/...) and verify that the pod is up and happy (oc get pods, oc logs ...).