Man page - buildah-source-pull(1)
Packages contas this manual
- buildah-manifest-add(1)
- buildah-manifest(1)
- buildah-source(1)
- buildah-source-push(1)
- buildah-unshare(1)
- buildah-config(1)
- buildah-images(1)
- buildah-manifest-rm(1)
- buildah-manifest-inspect(1)
- buildah-pull(1)
- buildah-info(1)
- buildah-rename(1)
- buildah-manifest-exists(1)
- buildah-build(1)
- buildah-version(1)
- buildah-add(1)
- buildah-run(1)
- buildah-push(1)
- buildah-containers(1)
- buildah-manifest-create(1)
- buildah(1)
- buildah-manifest-push(1)
- buildah-tag(1)
- buildah-prune(1)
- buildah-logout(1)
- buildah-rm(1)
- buildah-source-pull(1)
- buildah-inspect(1)
- buildah-manifest-annotate(1)
- buildah-mount(1)
- buildah-manifest-remove(1)
- buildah-copy(1)
- buildah-login(1)
- buildah-commit(1)
- buildah-rmi(1)
- buildah-source-create(1)
- buildah-umount(1)
- buildah-mkcw(1)
- buildah-from(1)
- buildah-source-add(1)
apt-get install buildah
Manual
| buildah-source-pull(1) | General Commands Manual | buildah-source-pull(1) |
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 will fail if the image does not comply with a source-image OCI artifact.
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.
--quiet, -q
Suppress the progress output when pulling a source image.
--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.
| March 2021 | buildah |