OCI bundle image loading error "Bundle load failed: no layers in manifest" #666
Replies: 2 comments 1 reply
-
Hi @zscott! Sorry, this seems to have been missed. This sounds like a bug to me. Could you please open an issue for this in the OPA repo? The description is excellent as it is, so could just copy-paste that. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Let's use the issue from here on. Thanks for reporting! (Closing as "duplicate" because it's not done and not outdated. Sorry about that, there aren't any more options.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
I build and push OCI bundles to ghcr.io using github actions but when I try to pull the bundle into opa I get "Bundle load failed: no layers in manifest". I'm probably doing something silly, but I've been banging my head on this for a while now.
opa-config.yaml
When I examine the image with dive it only has a single layer.

Build steps (full github workflow below):
Versions
❯ opa version
Version: 1.2.0
Build Commit: d5377887225f9d4d610d71ff85e30cee9186d4cd
Build Timestamp: 2025-02-28T14:17:35Z
Build Hostname:
Go Version: go1.24.0
Platform: darwin/arm64
Rego Version: v1
WebAssembly: unavailable
❯ oras version
Version: 1.2.2+Homebrew
Go version: go1.23.4
Makefile
github workflow
Beta Was this translation helpful? Give feedback.
All reactions