Hello, as far as the Warrior docker image goes do we any version tags other than latest?
I'm working towards creating some templates for a few specific docker appstores, however, they do have a strong requirement to not use latest version tags because of reasons.
I've tried hardcoding the most recent version tag (eg. 20250829.01) but Docker will simply fail to pull the image and build the container as per:
Failed to pull image: repository does not exist: Error response from daemon: pull access denied for docker.1panel.live/atdr.meo.ws/archiveteam/warrior-dockerfile, repository does not exist or may require 'docker login': denied
Anyways, would love to get some feedback on that as I see tons of value in making it easier for the average people to run Warrior on their turnkey NAS systems.
Hello, as far as the Warrior docker image goes do we any version tags other than
latest?I'm working towards creating some templates for a few specific docker appstores, however, they do have a strong requirement to not use
latestversion tags because of reasons.I've tried hardcoding the most recent version tag (eg.
20250829.01) but Docker will simply fail to pull the image and build the container as per:Failed to pull image: repository does not exist: Error response from daemon: pull access denied for docker.1panel.live/atdr.meo.ws/archiveteam/warrior-dockerfile, repository does not exist or may require 'docker login': deniedAnyways, would love to get some feedback on that as I see tons of value in making it easier for the average people to run Warrior on their turnkey NAS systems.