Possible to exclude specific or all distrobox container updates from ujust update?
I'm not sure if this is documented anywhere or if this is possible
Solution:Jump to solution
I think you should be able to edit
/etc/ublue-os/topgrade.toml
and add a line for distrobox:
```
[distrobox]
containers = ["names-of-distrobox", "you-want", "updated"]...3 Replies
Solution
I think you should be able to edit
/etc/ublue-os/topgrade.toml
and add a line for distrobox:
If it's a general podman image you can use this reference:
https://github.com/topgrade-rs/topgrade/blob/main/config.example.tomlThank you! I will try it
Oh and if you want to disable updating all containers
depending on your needs. For best results refer to the example config!