1BODHI-SKOPEO-LITE(1) bodhi BODHI-SKOPEO-LITE(1)
2
3
4
6 bodhi-skopeo-lite - Copy containers between registries
7
9 bodhi-skopeo-lite COMMAND [OPTIONS] [ARGS]...
10
12 bodhi-skopeo-lite is a very limited version of the skopeo tool, but
13 with support for manifests lists and OCI image indexes. The only com‐
14 mand that is supported is copy, and the only supported image references
15 are Docker registry references of the form docker://docker-reference.
16
18 --help
19 Show help text and exit.
20
22 There is one command, copy.
23
24 bodhi-skopeo-lite copy [options] source-image destination-image
25
26 The copy command copies an image from one location to another. It sup‐
27 ports the following options:
28
29 --src-creds, --screds <username>[:<password>]
30 Use username and password for accessing the source registry.
31
32 -src-tls-verify <boolean>
33 Require HTTPS and verify certificates when talking to the container
34 source registry (defaults to true).
35
36 --src-cert-dir <path>
37 Use certificates at path (*.crt, *.cert, *.key) to connect to the
38 source registry.
39
40 -dest-creds, --dcreds <username>[:<password>]
41 Use username and password for accessing the destination registry.
42
43 --dest-tls-verify <boolean>
44 Require HTTPS and verify certificates when talking to the container
45 destination registry (defaults to true).
46
47 --dest-cert-dir <path>
48 Use certificates at path (*.crt, *.cert, *.key) to connect to the
49 destination registry.
50
51 --help
52 Show help text and exit.
53
55 If you find bugs in bodhi (or in the man page), please feel free to
56 file a bug report or a pull request:
57
58 https://github.com/fedora-infra/bodhi
59
60 Bodhi's documentation is available online:
61 https://fedora-infra.github.io/bodhi
62
64 Owen Taylor
65
67 2007-2022, Red Hat, Inc.
68
69
70
71
72 Jun 23, 2022 BODHI-SKOPEO-LITE(1)