[MDBF-480] Docker Library images manifest script fails in buildbot Created: 2022-10-05  Updated: 2022-10-11  Resolved: 2022-10-11

Status: Closed
Project: MariaDB Foundation Development
Component/s: Buildbot
Affects Version/s: None
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Vicențiu Ciorbaru Assignee: Daniel Black
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: 0d
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

See:
https://buildbot.mariadb.org/#/builders/311/builds/11636/steps/5/logs/stdio

buildmanifest mariadb-devel "$devmanifest" "$container"
+ buildmanifest mariadb-devel mariadb-devel-10.11-preview-85b939ae35c74d458916ff5b3f0da8045fc16522 mariadb-28609-amd64-working-container
+ manifest=mariadb-devel
+ shift
+ container=mariadb-devel-10.11-preview-85b939ae35c74d458916ff5b3f0da8045fc16522
+ shift
+ buildah manifest create mariadb-devel
error creating image to hold manifest list: image name "localhost/mariadb-devel:latest" is already associated with image "bef3ccc5a0a5df042f4e8eef1dc649ec8101b2dce59a8e47fcb431b026f2eece": that name is already in use
+ buildah manifest inspect mariadb-devel
+ jq '.manifests[] | select( .platform.architecture == "amd64") | .digest'
+ xargs --no-run-if-empty -n 1 buildah manifest remove mariadb-devel
jq: error (at <stdin>:5): Cannot iterate over null (null)
buildah rm "$container"
+ buildah rm mariadb-devel-10.11-preview-85b939ae35c74d458916ff5b3f0da8045fc16522
error removing container "mariadb-devel-10.11-preview-85b939ae35c74d458916ff5b3f0da8045fc16522": container not known

After fixing this bug, please ensure all proper images are pushed to 10.11-preview tag on quay.io.

Use this commit hash from the branch preview-10.11-preview
https://github.com/MariaDB/server/commit/85b939ae35c74d458916ff5b3f0da8045fc16522



 Comments   
Comment by Daniel Black [ 2022-10-11 ]

fixed.

Generated at Thu Feb 08 03:38:11 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.