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

Test suite failure #117

Closed
consideRatio opened this issue Mar 24, 2024 · 2 comments · Fixed by #118
Closed

Test suite failure #117

consideRatio opened this issue Mar 24, 2024 · 2 comments · Fixed by #118

Comments

@consideRatio
Copy link
Member

Build localhost:5000/repo2docker-test:fc2ede81dc9b
  Picked Local content provider.
  Using local repo /github/workspace.
  Using DockerBuildPack builder
  Traceback (most recent call last):
    File "/opt/venv/bin/jupyter-repo2docker", line 8, in <module>
      sys.exit(main())
               ^^^^^^
    File "/opt/venv/lib/python3.11/site-packages/repo2docker/__main__.py", line 474, in main
      r2d.start()
    File "/opt/venv/lib/python3.11/site-packages/repo2docker/app.py", line 892, in start
      self.build()
    File "/opt/venv/lib/python3.11/site-packages/repo2docker/app.py", line 856, in build
      for l in picked_buildpack.build(
    File "/opt/venv/lib/python3.11/site-packages/repo2docker/buildpacks/docker.py", line 65, in build
      yield from client.build(**build_kwargs)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/opt/venv/lib/python3.11/site-packages/repo2docker/docker.py", line 97, in build
      return self._apiclient.build(
             ^^^^^^^^^^^^^^^^^^^^^^
    File "/opt/venv/lib/python3.11/site-packages/docker/api/build.py", line 134, in build
      raise errors.DockerException(
  docker.errors.DockerException: invalid tag 'localhost:5000/repo2docker-test:fc2ede81dc9b': invalid reference format
@consideRatio
Copy link
Member Author

consideRatio commented Mar 24, 2024

Last successful tests were 28 November 2023. Since then the Python docker client 7.0.0 has been released - I presume this is related.

I think this is caused by https://github.com/docker/docker-py/pull/3191/files

@consideRatio
Copy link
Member Author

Reported in docker/docker-py#3240

yuvipanda added a commit to yuvipanda/repo2docker-action that referenced this issue Mar 26, 2024
Brings in a fix for docker/docker-py#3240,
until docker-py is released upstream.

Ref jupyterhub#117
yuvipanda added a commit to yuvipanda/repo2docker-action that referenced this issue Mar 26, 2024
Brings in a fix for docker/docker-py#3240,
until docker-py is released upstream.

Ref jupyterhub#117
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

Successfully merging a pull request may close this issue.

1 participant