logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

buildah-source-pull - Pull a source image from a registry to a specified 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.

Name

       buildah-source-pull - Pull a source image from a registry to a specified path

Options

--credscreds

       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-verifybool-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.

buildah                                            March 2021                             buildah-source-pull(1)

Synopsis

buildahsourcepull [options] registrypath

See Also