OpenTPOD icon indicating copy to clipboard operation
OpenTPOD copied to clipboard

No opentpod:stable container image on DockerHub

Open afturan opened this issue 5 years ago • 3 comments

I get "ERROR: pull access denied for opentpod, repository does not exist or may require 'docker login': denied: requested access to the resource is denied" when i run "docker-compose -f docker-compose.yml -f docker-compose.prod.yml up" I modified the .env file but I was wondering if i did something wrong. Any idea how to solve this issue? Thanks in advance

afturan avatar Sep 24 '20 05:09 afturan

We don't have an opentpod image on dockerhub, so you have to build locally first, and then tag the image as stable.

docker-compose build
docker tag opentpod:latest opentpod:stable
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d

jaharkes avatar Sep 25 '20 18:09 jaharkes

Editing the title and leaving this bug open as we do want to push a stable opentpod container to dockerhub at some point.

jaharkes avatar Sep 25 '20 18:09 jaharkes

same issue here...

Pulling opentpod-worker (opentpod:stable)... ERROR: pull access denied for opentpod, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

iamshreeji-copy avatar Nov 15 '22 08:11 iamshreeji-copy