I’m attempting to ujust distrobox-assemble fedora
and I’m getting a 403 error.
❯ ujust distrobox-assemble fedora
WARNING: This will assemble and replace the container fedora
with the one defined in /etc/distrobox/distrobox.ini.
- Deleting fedora...
Error: no such container fedora
Error: no such container fedora
Cannot find container fedora.
- Creating fedora...
Trying to pull ghcr.io/ublue-os/fedora-toolbox:latest...
Error: initializing source docker://ghcr.io/ublue-os/fedora-toolbox:latest: Requesting bearer token: invalid status code from registry 403 (Forbidden)
error: Recipe `distrobox-assemble` failed with exit code 125
Here is my fedora distrobox recipe.
[fedora]
image=ghcr.io/ublue-os/fedora-distrobox:latest
nvidia=true
pull=true
additional_packages="qtpass pinentry-gnome3 direnv cryfs"
exported_apps="qtpass"
exported_bins="/usr/bin/cryfs /usr/bin/cryfs-unmount"
entry=false