Automatic Ripping Machine setup
hello! i am trying to set up ARM as a tipi container. after following the custom-app-store tutorial I have made it as far as getting it to show up in the app store in tipi but I can't install it. here is my appstore repo. the error i'm hitting reads:
Failed to install app arm:test-store: Error response from daemon: pull access denied for automatic-ripping-machine/automatic-ripping-machine, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
it seems like maybe i have the URL wrong for the image? but it's a public repository and i just pasted it in, so i'm not sure what's up. thanks for helping out a computer dummy7 Replies
can you pull the image with
docker pull automatic-ripping-machine/automatic-ripping-machine
?apparently not. i dont know how docker couldn't be running, i have several other apps on right now all doing fine

if it helps I'm running tipi in ubuntu 24.04.2. have had zero problems with stuff from the official appstore
ah okay I checked the docker group permissions and now I can get it to at least show the same error as the tipi logs. so it's just one problem instead of two

oh it looks like there is also a version number stuck on the end of the image url that i didnt have before. giving it another try
I got it installed and now it looks like ARM doesn't have permission to read its own config files. but i guess this isnt a tipi problem

that can be fixed actually
since you can't pull with docker, the image is probably wrong