Skip to content
Snippets Groups Projects
Commit e0055340 authored by ale's avatar ale
Browse files

Ignore pins on Dockerfile references

parent fff739f6
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ def get_explicit_deps(gl, project_path, branch_name):
return []
_docker_image_rx = re.compile(r'^([^/]*)(/([^:]*))?(:(.*))?$')
_docker_image_rx = re.compile(r'^([^/]*)(/([^:]*))?(:([^@]*))?(@.*)?$')
def docker_image_to_project(docker_image, registry_hostname):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment