Adding metadata file into OCI images
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Fix Released
|
Undecided
|
Unassigned | ||
Focal |
Fix Released
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
Undecided
|
Unassigned | ||
Kinetic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[ Impact ]
* The existing Ubuntu container images are being built and published
without any metadata information. This will introduce a new cloud-like
path and metadata file, including the image's serial number within
(which is useful for users to pinpoint a specific revision of the image).
[ Test Plan ]
* Run (for any of the affected series):
$ docker run public.
* Currently, the output will be
grep: /etc/cloud/
Image metadata not found
* After the release, I'll trigger the Ubuntu container image
CI/CD pipelines, and re-run the Docker command from above.
* The output shall then be similar to:
serial: 20221125
[ Where problems could occur ]
Given that we're adding new content to the filesystem, there's little
room for regression. A potential pitfall could be the future introduction
of /etc/cloud/(...) into the minimal filesystem, which would then
potentially end up being altered.
[ Other Info ]
Here the PR I have made :
https:/
https:/
https:/
https:/
tags: | removed: bionic focal jammy kinetic |
Changed in livecd-rootfs (Ubuntu): | |
status: | New → Fix Released |
description: | updated |
description: | updated |
tags: |
added: verification-done-bionic verification-done-focal verification-done-jammy verification-done-kinetic removed: verification-needed-bionic verification-needed-focal verification-needed-jammy verification-needed-kinetic |
tags: |
added: verification-done removed: verification-needed |
Here the debdiff for kinetic