Skip to content

Commit

Permalink
Re-enable ostree-container-inject-openshift-cvo-labels knob
Browse files Browse the repository at this point in the history
This was previously enabled (#1048) and then disabled again (#1084)
because `oc` doesn't know how to handle multiple images with those
labels in the release payload. We'll need to solve this eventually if
we want to be able to ship multiple OS images in the payload (that's
tracked in #1047), but we don't need to block on this if we can remove
the legacy `machine-os-content` at the same time.

See also: openshift/driver-toolkit#101
See also: openshift/machine-config-operator#3364
  • Loading branch information
jlebon committed Sep 27, 2023
1 parent b86ac33 commit 12a9a69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions image-rhel-9.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ vmware-hw-version: 15
aws-imdsv2-only: false
aws-volume-type: "gp2"
aws-x86-boot-mode: "legacy-bios"

# add the requisite OCP metadata to our container image
ostree-container-inject-openshift-cvo-labels: true

0 comments on commit 12a9a69

Please sign in to comment.