Skip to main content
Version: 1.7.x

Docker

Collect Docker images from a repository.

Details

Transfer Tag

hoppr.core_plugins.collect_docker_plugin

Supported PURLs

docker

System Dependencies

Transfer File Example

---
schemaVersion: v1
kind: transfer

stages:
collect:
plugins:
- name: "hoppr.core_plugins.collect_docker_plugin"
config:
process_timeout: 300

max_processes: 3

Configuration Options​

OptionDetails
skopeo_commandString. Defaults to skopeo. Command to be used to execute skopeo commands. May be overridden with another command that uses the same syntax, or a fully qualified path if skopeo is not on the default $PATH.
process_timeoutNumber of seconds to attempt collect before timeout. Default: 300