Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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  opera-
     tion  will  fail if the image does not comply with a source-image OCI arti-
     fact.

     Note that the buildah-source command and all its subcommands are experimen-
     tal and may be subject to future changes.

OPTIONS
     --creds creds

     The [username[:password]] to use to authenticate with the registry  if  re-
     quired.  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  talk-
     ing to an insecure registry.

buildah 			   March 2021		  buildah-source-pull(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=buildah-source-pull&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help