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

docker.errors.BuildError: pull access denied for personalhealthtrain/train-parent-python, repository does not exist or may require 'docker login' #1

Open
rezacsedu opened this issue Feb 4, 2019 · 0 comments

Comments

@rezacsedu
Copy link

Hi Lukas,

I managed to ship a tar file to the tar to train service. However, it shows docker.errors.BuildError: pull access denied for personalhealthtrain/train-parent-python, repository does not exist or may require 'docker login'. Details logs are attached below. Please suggest.

Logs

137.226.58.210 - - [04/Feb/2019 21:58:18] "POST / HTTP/1.1" 200 -
Execution of job "Adds Dockerfile to the tar archive (trigger: interval[0:00:01], next run at: 2019-02-04 21:58:20 UTC)" skipped: maximum number of running instances reached (1)
Job "Adds Dockerfile to the tar archive (trigger: interval[0:00:01], next run at: 2019-02-04 21:58:21 UTC)" raised an exception
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/apscheduler/executors/base.py", line 125, in run_job
retval = job.func(*job.args, **job.kwargs)
File "app.py", line 238, in background_job
process_jobs(jobs)
File "app.py", line 204, in process_jobs
func(job)
File "app.py", line 231, in func2
tag=repository)
File "/usr/local/lib/python3.7/site-packages/docker/models/images.py", line 287, in build
raise BuildError(chunk['error'], result_stream)
docker.errors.BuildError: pull access denied for personalhealthtrain/train-parent-python, repository does not exist or may require 'docker login'
Traceback (most recent call last):

How did I reproduce this issue?

Step 1: download this file and unzip it to get the tar file (GitHub doesn't support tar so had to make it zip) updatedpht.zip
Step 2: curl -F '[email protected]' http://menzel.informatik.rwth-aachen.de:3007

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

No branches or pull requests

1 participant