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

FreeBSD Manual Pages

  
 
  

home | help
buildah-source-push(1)	    General Commands Manual	buildah-source-push(1)

NAME
       buildah-source-push  -  Push  a source image from a specified path to a
       registry.

SYNOPSIS
       buildah source push [options] path registry

DESCRIPTION
       Push a source image from	a specified path to a registry.

       Note that the buildah-source command and	all its	subcommands are	exper-
       imental 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  en-
       tered without echo.

       --digestfile digestfile

       After copying the image,	write the digest of the	resulting image	to the
       file.

       --quiet,	-q

       Suppress	the progress output when pushing a source image.

       --tls-verify bool-value

       Require	HTTPS  and  verification  of certificates when talking to con-
       tainer registries (defaults to true).  TLS verification cannot be  used
       when talking to an insecure registry.

buildah				  March	2021		buildah-source-push(1)

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

home | help