#Access Denied: Creating a Subsystem based on a stack

15 messages · Page 1 of 1 (latest)

ashen merlin
#

Hi all

I have created a stack with vanillaos/pico and apt that autoinstalls git, zsh, texlive and texstudio.

When i try to create a subsystem it says that access to the resource is denied.

Any clue on how to do it? Not sure if this is not the intended use

autumn glade
#

What commands are you running, specifically?

ashen merlin
#

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

worldly bramble
#

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.

ashen merlin
#

ah, so ghcr/vanillaos/pico:main?

worldly bramble
#

It would be something like ghcr.io/vanilla-os/pico:main for your use case.

ashen merlin
#

Yoooo!, seems to be working

#

Thanks a lot man

#

Any way to cache the packages? texlive-full is like 6 Gb

burnt lance
#

You could do apt download to download the packages, you dont even need sudo

#

Then use that download to install on new containers

#

Just do sudo apt install ./*deb