1buildah-source-push(1) General Commands Manual buildah-source-push(1)
2
3
4
6 buildah-source-push - Push a source image from a specified path to a
7 registry.
8
9
11 buildah source push [options] path registry
12
13
15 Push a source image from a specified path to a registry.
16
17
18 Note that the buildah-source command and all its subcommands are exper‐
19 imental and may be subject to future changes.
20
21
23 --creds creds
24
25
26 The [username[:password]] to use to authenticate with the registry if
27 required. If one or both values are not supplied, a command line
28 prompt will appear and the value can be entered. The password is en‐
29 tered without echo.
30
31
32 --quiet, -q
33
34
35 Suppress the progress output when pushing a source image.
36
37
38 --tls-verify bool-value
39
40
41 Require HTTPS and verification of certificates when talking to con‐
42 tainer registries (defaults to true). TLS verification cannot be used
43 when talking to an insecure registry.
44
45
46
47buildah March 2021 buildah-source-push(1)