Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghcr v0.3.0 manifest error #82

Closed
AzemaViator opened this issue May 25, 2024 · 2 comments · Fixed by #83
Closed

ghcr v0.3.0 manifest error #82

AzemaViator opened this issue May 25, 2024 · 2 comments · Fixed by #83
Labels
ci The issue or pull request has to do with CI

Comments

@AzemaViator
Copy link

I am unable to pull ghcr.io/containers/podlet:v0.3.0 or latest
I can pull older releases, but it seems something is wrong with the most recent build.

$ podman pull ghcr.io/containers/podlet:v0.3.0
Trying to pull ghcr.io/containers/podlet:v0.3.0...
Error: copying system image from manifest list: determining manifest MIME type for docker://ghcr.io/containers/podlet:v0.3.0: reading manifest sha256:284fb19670b144bf507548406a07b563077d419de335c685d6d9607794596ceb in ghcr.io/containers/podlet: manifest unknown
$ docker pull ghcr.io/containers/podlet:v0.3.0
v0.3.0: Pulling from containers/podlet
manifest unknown
$ podman --version
podman version 4.9.3

$ docker --version
Docker version 26.1.3, build b72abbb
@k9withabone
Copy link
Member

That's strange. I deleted the tag and re-uploaded it. Should work now. There seems to be a bug in buildah manifest push that there isn't for podman manifest push.

@k9withabone
Copy link
Member

Ok so it looks like the --all flag is true by default for podman manifest push but not for buildah manifest push.

k9withabone added a commit that referenced this issue May 26, 2024
The `--all` option is not true by default for `buildah manifest push`
like it is for `podman manifest push`. `--all` makes Buildah push the
images in addition to the manifest.

Fixes: #82
Signed-off-by: Paul Nettleton <k9@k9withabone.dev>
@k9withabone k9withabone added the ci The issue or pull request has to do with CI label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci The issue or pull request has to do with CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants