MCPcopy Create free account
hub / github.com/apache/storm / get_pull_fmt_string

Function get_pull_fmt_string

bin/docker-to-squash.py:347–351  ·  view source on GitHub ↗
(pull_format)

Source from the content-addressed store, hash-verified

345
346
347def get_pull_fmt_string(pull_format):
348 pull_fmt_string = pull_format + ":"
349 if pull_format == "docker":
350 pull_fmt_string = pull_fmt_string + "//"
351 return pull_fmt_string
352
353
354def get_manifest_from_docker_image(pull_format, image):

Callers 2

skopeo_copy_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected