We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
container_registry = re.search(r"registry[-,\w]*.docker.io", self.url, re.IGNORECASE)
The URL of the dockerhub registry is not correctly escaped.
The text was updated successfully, but these errors were encountered:
Fix the regular expression for dockerhub URLs
1a3295f
closes pulp#736
fad8b34
closes #736
Successfully merging a pull request may close this issue.
The URL of the dockerhub registry is not correctly escaped.
The text was updated successfully, but these errors were encountered: