-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Image tag correction check is incorrect - "invalid reference format" #3223
Comments
Nicoretti
added a commit
to exasol/integration-test-docker-environment
that referenced
this issue
Feb 21, 2024
For further details see docker/docker-py#3223
Nicoretti
added a commit
to exasol/integration-test-docker-environment
that referenced
this issue
Feb 22, 2024
For further details see also docker/docker-py#3223
tkilias
added a commit
to exasol/script-languages
that referenced
this issue
Feb 23, 2024
tkilias
added a commit
to exasol/script-languages-release
that referenced
this issue
Feb 23, 2024
tkilias
added a commit
to exasol/script-languages
that referenced
this issue
Mar 4, 2024
* Update packages * Add simple help to scripts/update_apt_package_in_package_list.sh * Update poetry and exclude docker-py 7.0.0 because of docker/docker-py#3223 * Add script to update multiple apt packages from stdin * Ignore Kernel CVEs * Add modules to exclude list in import_modules.py test * Fix bug in scripts/update_apt_package_in_package_list.sh for packages with same prefix * Fix missing crypt.h in conda-based SLC * Replace hardcoded /opt/conda with environment variable * Disable package mode in pyproject.toml * Update poetry in the Github action
tkilias
added a commit
to exasol/script-languages-release
that referenced
this issue
Mar 4, 2024
* Update packages * Add simple help to scripts/update_apt_package_in_package_list.sh * Update poetry and exclude docker-py 7.0.0 because of docker/docker-py#3223 * Add script to update multiple apt packages from stdin * Ignore Kernel CVEs * Add modules to exclude list in import_modules.py test * Fix bug in scripts/update_apt_package_in_package_list.sh for packages with same prefix * Fix missing crypt.h in conda-based SLC * Replace hardcoded /opt/conda with environment variable * Update poetry in the Github action
Isn't this a duplicate, or at least related, to #3240? If so, it should have been resolved, as indicated at https://github.com/docker/docker-py/releases/tag/7.1.0. |
I still have the problem, that the tag validation fails. I've found my failure it was the hostname that had capital letters. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building an image with a tag such as "registry-host:5000/myname/myimage" (see example in https://docs.docker.com/engine/reference/commandline/image_push/, the name is mistakenly identified as illegal, yielding an "invalid reference format" error.
This seems to stem from an incorrect regular expression in the docker/utils/build.py definition of _TAG which is called by the function match_tag.
The text was updated successfully, but these errors were encountered: