.nh .TH buildah-source-pull "1" "March 2021" "buildah" .SH NAME .PP buildah-source-pull - Pull a source image from a registry to a specified path .SH SYNOPSIS .PP \fBbuildah source pull\fP [\fIoptions\fP] \fIregistry\fP \fIpath\fP .SH DESCRIPTION .PP Pull a source image from a registry to a specified path. The pull operation will fail if the image does not comply with a source-image OCI artifact. .PP Note that the buildah-source command and all its subcommands are experimental and may be subject to future changes. .SH OPTIONS .PP \fB--creds\fP \fIcreds\fP .PP 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. .PP \fB--quiet\fP, \fB-q\fP .PP Suppress the progress output when pulling a source image. .PP \fB--tls-verify\fP \fIbool-value\fP .PP 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.