No F41 toolbx container image

I am using Fedora 41 and I created a toolbox however this seems to be a rawhide image based from what I’m seeing when running dnf up

sudo sudo dnf up
Updating and loading repositories:
 Fedora - Rawhide - Developmental packages for the next Fedora release                                                100% |   9.2 MiB/s |  21.7 MiB |  00m02s
 Fedora rawhide openh264 (From Cisco) - x86_64     

Also there is no 41 container image here.

When can I expect to get an image for the new Fedora version?

Can you post:
toolbox list --containers
toolbox list --images

Output from my F41 installation:

CONTAINER ID  CONTAINER NAME     CREATED        STATUS   IMAGE NAME
953843e20ea7  fedora-toolbox-41  4 minutes ago  running  registry.fedoraproject.org/fedora-toolbox:41
[grumpey@grumpey1 ~]$ toolbox list --images
IMAGE ID      IMAGE NAME                                    CREATED
934c23fd5979  registry.fedoraproject.org/fedora-toolbox:40  5 weeks ago
f15dcff1e766  registry.fedoraproject.org/fedora-toolbox:41  17 hours ago

Thanks

Sure:

toolbox list --containers
toolbox list --images
CONTAINER ID  CONTAINER NAME        CREATED         STATUS   IMAGE NAME
0c42c9d50824  fedora-toolbox-39     10 months ago   exited   registry.fedoraproject.org/fedora-toolbox:39
a38492eb58c3  fedora-toolbox-40     8 months ago    running  registry.fedoraproject.org/fedora-toolbox:40
3b6e22b72684  fedora-toolbox-41     31 minutes ago  running  registry.fedoraproject.org/fedora-toolbox:41
IMAGE ID      IMAGE NAME                                    CREATED
fe0ae375f149  registry.fedoraproject.org/fedora-toolbox:38  12 months ago
e23f4a7692f4  registry.fedoraproject.org/fedora-toolbox:39  11 months ago
bb9e0bcc7495  registry.fedoraproject.org/fedora-toolbox:40  8 months ago
e85325d006fa  registry.fedoraproject.org/fedora-toolbox:41  4 months ago

So it seems I have an old image, but deleting and recreating did not help. How to get the recent one?
Thanks for your reply!

Edit:

I think

$ toolbox rm fedora-toolbox-41 --force 
$ toolbox rmi registry.fedoraproject.org/fedora-toolbox:41
$ toolbox create

will do the trick.

Assuming you did:
podman stop fedora-toolbox-41
toolbox rm fedora-toolbox-41
toolbox rmi fedora-toolbox-41

Didn’t remove the image. Thanks for your help. It works now.

1 Like