-
Notifications
You must be signed in to change notification settings - Fork 12
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
Mis-tagged docker images #30
Comments
This is caused by a change in docker-compose across versions. The |
Should be fixed in v0.11. @wastatelibrary still having issues? |
Unfortunately, I don’t have access to some of my resources to test this at the moment. I will confirm as soon as I am able.
|
Getting Service 'combine-celery' failed to build: pull access denied for combine-docker_combine-django. I'm looking into it to see if it's a config error (freshly spun up VM) |
It appears that there's still hyphens in ./combine/Dockerfile and ./celery/Dockerfile causing issues. Additionally, it looks like it's trying to build combine-celery before building the base combine-django image. Editing the above Dockerfiles and manually building the combine-django image leads me to the following error:
Is something not mounting like it should? |
Is the user that you're running docker-compose as in the |
Confirmed group membership, logged out and back in, still receive error. Rebooted, still receive error. |
I am attempting to set up a test VM for Docker and running into an issue while running first_build.sh. The various docker images (combine-docker_mysql, combine-docker_django, etc) are being tagged as combinedocker_<> instead. This results in an "image not found" error when it tries to build a container on these images. I've had to go through and retag each image and everything completes correctly but I've been unable to track down the source of the mistag (I'm familiar with Docker but fairly new to docker-compose)
The text was updated successfully, but these errors were encountered: