#Access Denied: Creating a Subsystem based on a stack
15 messages · Page 1 of 1 (latest)
What commands are you running, specifically?
so i created a stack with apx stacks new and then gave it the name, the package manager, and the expected packages
then I try to create a subsystem with it, but then i get the permission issues
Seems like the stack doesn't specify our full base image tag since our images are hosted in GHCR and not Docker. Apx/Distrobox defaults to Docker if the full registry isn't specified.
ah, so ghcr/vanillaos/pico:main?
It would be something like ghcr.io/vanilla-os/pico:main for your use case.