Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No opentpod:stable container image on DockerHub #29

Open
afturan opened this issue Sep 24, 2020 · 3 comments
Open

No opentpod:stable container image on DockerHub #29

afturan opened this issue Sep 24, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@afturan
Copy link

afturan commented Sep 24, 2020

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

@jaharkes
Copy link
Member

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 jaharkes added the enhancement New feature or request label Sep 25, 2020
@jaharkes jaharkes changed the title Access denied No opentpod:stable container image on DockerHub Sep 25, 2020
@jaharkes
Copy link
Member

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

@iamshreeji-copy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants