2021-08-30 03:28:53 +08:00
|
|
|
# buildah-source-pull "1" "March 2021" "buildah"
|
2021-03-22 20:02:39 +08:00
|
|
|
|
|
|
|
## NAME
|
|
|
|
buildah\-source\-pull - Pull a source image from a registry to a specified path
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
**buildah source pull** [*options*] *registry* *path*
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
Pull a source image from a registry to a specified path. The pull operation
|
2022-01-26 04:55:55 +08:00
|
|
|
will fail if the image does not comply with a source-image OCI artifact.
|
2021-03-22 20:02:39 +08:00
|
|
|
|
|
|
|
Note that the buildah-source command and all its subcommands are experimental
|
|
|
|
and may be subject to future changes.
|
|
|
|
|
|
|
|
## OPTIONS
|
|
|
|
|
|
|
|
**--creds** *creds*
|
|
|
|
|
|
|
|
The [username[:password]] to use to authenticate with the registry if required.
|
|
|
|
If one or both values are not supplied, a command line prompt will appear and the
|
|
|
|
value can be entered. The password is entered without echo.
|
|
|
|
|
2022-05-17 16:42:57 +08:00
|
|
|
**--quiet**, **-q**
|
|
|
|
|
2022-08-02 02:31:27 +08:00
|
|
|
Suppress the progress output when pulling a source image.
|
2022-05-17 16:42:57 +08:00
|
|
|
|
2021-03-22 20:02:39 +08:00
|
|
|
**--tls-verify** *bool-value*
|
|
|
|
|
|
|
|
Require HTTPS and verification of certificates when talking to container
|
|
|
|
registries (defaults to true). TLS verification cannot be used when talking to
|
|
|
|
an insecure registry.
|