(pull_format)
| 345 | |
| 346 | |
| 347 | def 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 | |
| 354 | def get_manifest_from_docker_image(pull_format, image): |
no outgoing calls
no test coverage detected