You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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>
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.
The text was updated successfully, but these errors were encountered: