ojob.io/docker/copy

Usage

ojob ojob.io/docker/copy sourceUser=user sourcePass=pass sourceFile=/tmp/file sourceImg=source.registry/myimage:latest targetUser=user targetPass=pass targetFile=/tmp/file targetImg=target.registry/myimage:latest extra="--all --src-tls-verify=false --dest-tls-verify=false" 

Description

Copy, using a docker container, an OCI image from one registry to another. Alternatively, it can be used to copy from/to a file.

Expects

Name Description
sourceUser The source registry user
sourcePass The source registry password
sourceFile The source image OCI file to copy
sourceImg The source image to copy
targetUser The target registry user
targetPass The target registry password
targetFile The target image OCI file to copy
targetImg The target image to copy
extra Extra skopeo command-line parameters