Fedora 36 container availability

When I run podman run -it fedora:f36 bash it still returns an error, the container does not exist yet. How long does this often take?

https://registry.fedoraproject.org/repo/fedora/tags/

it’s there, isn’t it.

podman pull fedora 

should give your the latest (which is f36)

What output do you get when you do cat /etc/os-release, I suppose you still get Fedora 35, like me.

The image name is fedora:36, not fedora:f36

2 Likes

That does the trick indeed! but latest still points to F35 for me. Well, I’ll just make the change myself for now. Thanks!

1 Like