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

CircleCI fails with local registry name #115

Open
ryanlovett opened this issue Mar 10, 2024 · 0 comments
Open

CircleCI fails with local registry name #115

ryanlovett opened this issue Mar 10, 2024 · 0 comments

Comments

@ryanlovett
Copy link
Contributor

CircleCI tests are failing on

=========================== short test summary info ============================
FAILED tests/test_imagebuilder.py::test_build_image - docker.errors.DockerException: invalid tag 'localhost:60277/test-build-image:27a2e36': invalid reference format
FAILED tests/test_imagebuilder.py::test_parent_image_fetching - docker.errors.DockerException: invalid tag 'localhost:44897/parent-image-fetching:703b552': invalid reference format
========================= 2 failed, 1 passed in 6.64s ==========================

The image name is of the form {registry}/{image}:{tag}, however since the tests use localhost:{port} as the registry, docker.py doesn't like the image name.

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