cmusatyalab/OpenTPOD

No opentpod:stable container image on DockerHub

afturan opened this issue · 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

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

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

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