Skip to content

Conversation

@jlebon
Copy link
Member

@jlebon jlebon commented Aug 29, 2025

This is used by some code in this codebase. Notably some cloud uploads and e.g. our OVAs.

Closes: coreos/fedora-coreos-tracker#2017

This is used by some code in this codebase. Notably some cloud uploads
and e.g. our OVAs.

Closes: coreos/fedora-coreos-tracker#2017
@openshift-ci
Copy link

openshift-ci bot commented Aug 29, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

…onfig-git

The field is optional in the schema and it's not populated in the
buildah path. Just assume it's not dirty if it's missing.
@jlebon jlebon marked this pull request as ready for review August 29, 2025 02:47
'commit': commit,
}

summary = metadata.get('Labels', {}).get('org.opencontainers.image.title')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we populate description too I think it seems more obvious if we were to use that here instead of title.

Suggested change
summary = metadata.get('Labels', {}).get('org.opencontainers.image.title')
summary = metadata.get('Labels', {}).get('org.opencontainers.image.description')

optional, of course.

Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@travier travier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like description as well. Can be a followup PR.

@travier
Copy link
Member

travier commented Aug 29, 2025

CI failing on #4254 but otherwise looks OK.

@travier travier merged commit 27de581 into coreos:main Aug 29, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add org.opencontainers.image.title label to OCI image

3 participants