buildah-source-push - Man Page

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

Referenced By

buildah-source(1).

March 2021 buildah