Bug 2436476
| Summary: | Changes/ContainerImagesLabels | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Allison King <alking> |
| Component: | Changes Tracking | Assignee: | Jan Pazdziora <adelton> |
| Status: | ON_QA --- | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | adelton, alking |
| Target Milestone: | --- | Flags: | fedora-admin-xmlrpc:
mirror+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2387673 | ||
|
Description
Allison King
2026-02-03 19:44:15 UTC
The change was implemented via https://pagure.io/fedora-kiwi-descriptions/pull-request/251 for Fedora 44, https://pagure.io/fedora-kiwi-descriptions/pull-request/258 for Fedora 43, and https://pagure.io/fedora-kiwi-descriptions/pull-request/259 for Fedora 42. It is now live: $ skopeo inspect --config docker://registry.fedoraproject.org/fedora:44 | jq .config.Labels { "io.buildah.version": "1.42.2", "org.opencontainers.image.licenses": "MIT", "org.opencontainers.image.title": "fedora", "org.opencontainers.image.url": "https://fedoraproject.org/", "org.opencontainers.image.vendor": "Fedora Project", "org.opencontainers.image.version": "rawhide" } $ skopeo inspect --config docker://registry.fedoraproject.org/fedora:43 | jq .config.Labels { "io.buildah.version": "1.42.2", "license": "MIT", "name": "fedora", "org.opencontainers.image.license": "MIT", "org.opencontainers.image.licenses": "MIT", "org.opencontainers.image.name": "fedora", "org.opencontainers.image.title": "fedora", "org.opencontainers.image.url": "https://fedoraproject.org/", "org.opencontainers.image.vendor": "Fedora Project", "org.opencontainers.image.version": "43", "vendor": "Fedora Project", "version": "43" } $ skopeo inspect --config docker://registry.fedoraproject.org/fedora:42 | jq .config.Labels { "io.buildah.version": "1.42.2", "license": "MIT", "name": "fedora", "org.opencontainers.image.license": "MIT", "org.opencontainers.image.licenses": "MIT", "org.opencontainers.image.name": "fedora", "org.opencontainers.image.title": "fedora", "org.opencontainers.image.url": "https://fedoraproject.org/", "org.opencontainers.image.vendor": "Fedora Project", "org.opencontainers.image.version": "42", "vendor": "Fedora Project", "version": "42" } |