Run make start-bink
bink registry start
podman pull ghcr.io/bootc-dev/bink/node:v1.35-fedora-44-disk
Trying to pull ghcr.io/bootc-dev/bink/node:v1.35-fedora-44-disk...
Getting image source signatures
Copying blob sha256:80c295961e20c5c1e66ca1c2c87769bb7c7731a456af628989429e0c8e1828eb
Copying blob sha256:bbd1a6ef3f97a63fb764c3d3fa7cfaa894caf4ee44945d27484f708774ca0f7a
Copying config sha256:5ca80672ff2018831bcb77d8ce8691804770e1a77a3610e4d1117e1006b7cbcd
Writing manifest to image destination
5ca80672ff2018831bcb77d8ce8691804770e1a77a3610e4d1117e1006b7cbcd
bootc_img=$(podman inspect --format '{{index .Config.Labels "bink.bootc-image"}}' ghcr.io/bootc-dev/bink/node:v1.35-fedora-44-disk) && \
bootc_digest=$(podman inspect --format '{{index .Config.Labels "bink.bootc-image-digest"}}' ghcr.io/bootc-dev/bink/node:v1.35-fedora-44-disk) && \
podman pull "$bootc_img@$bootc_digest" && \
podman tag "$bootc_img@$bootc_digest" localhost:5000/node:latest
Trying to pull ghcr.io/bootc-dev/bink/node@sha256:4ec2902d3c84867b9b7a6d5d563ca380fee69665277180ec624c5f7259b8e946...
Error: initializing source docker://ghcr.io/bootc-dev/bink/node@sha256:4ec2902d3c84867b9b7a6d5d563ca380fee69665277180ec624c5f7259b8e946: reading manifest sha256:4ec2902d3c84867b9b7a6d5d563ca380fee69665277180ec624c5f7259b8e946 in ghcr.io/bootc-dev/bink/node: manifest unknown
The bink disk images points to the wrong node image in the label. The CI right now is failing because it cannot pull the correct image. See: https://github.com/bootc-dev/bootc-operator/actions/runs/31471705249/job/93716704044?pr=134
with the error: