Simen
Simen
BBlueBuild
Created by Simen on 3/15/2025 in #questions
Cosign v2.4.2 no stage or image found with that name
I am trying to build the secureblue image recipe-silverblue-main.yml using bluebuild and this is how it fails:
l/silverblue-main-hardened:latest => Trying to pull ghcr.io/sigstore/cosign/cosign:v2.4.2...
l/silverblue-main-hardened:latest => Error: COPY --from=ghcr.io/sigstore/cosign/cosign:v2.4.2: no stage or image found with that name
ERROR => Failed:
× Failed to build localhost/silverblue-main-hardened:latest
l/silverblue-main-hardened:latest => Trying to pull ghcr.io/sigstore/cosign/cosign:v2.4.2...
l/silverblue-main-hardened:latest => Error: COPY --from=ghcr.io/sigstore/cosign/cosign:v2.4.2: no stage or image found with that name
ERROR => Failed:
× Failed to build localhost/silverblue-main-hardened:latest
Heres the recipie: https://github.com/secureblue/secureblue/blob/live/recipes/general/recipe-silverblue-main.yml I have done this prior to building:
Copy /etc/containers/policy.json to ~/.config/containers/policy.json
podman image trust set --type accept docker.io/mikefarah/yq
podman image trust set --type accept ghcr.io/blue-build
podman image trust set --type accept quay.io/fedora-ostree-desktops
podman image trust set --type accept docker.io/mikefarah/yq
podman image trust set --type accept ghcr.io/blue-build
podman image trust set --type accept quay.io/fedora-ostree-desktops
Anyone know whats up?
1 replies