github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_registry_copy.md (about)

     1  # jackal tools registry copy
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Efficiently copy a remote image from src to dst while retaining the digest value
     5  
     6  ```
     7  jackal tools registry copy SRC DST [flags]
     8  ```
     9  
    10  ## Options
    11  
    12  ```
    13    -a, --all-tags     (Optional) if true, copy all tags from SRC to DST
    14    -h, --help         help for copy
    15    -j, --jobs int     (Optional) The maximum number of concurrent copies, defaults to GOMAXPROCS
    16    -n, --no-clobber   (Optional) if true, avoid overwriting existing tags in DST
    17  ```
    18  
    19  ## Options inherited from parent commands
    20  
    21  ```
    22        --allow-nondistributable-artifacts   Allow pushing non-distributable (foreign) layers
    23        --insecure                           Allow image references to be fetched without TLS
    24        --platform string                    Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all")
    25    -v, --verbose                            Enable debug logs
    26  ```
    27  
    28  ## SEE ALSO
    29  
    30  * [jackal tools registry](jackal_tools_registry.md)	 - Tools for working with container registries using go-containertools