File: buildah-source-push.1.md

package info (click to toggle)
golang-github-containers-buildah 1.28.2%2Bds1-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,336 kB
  • sloc: sh: 2,291; makefile: 218; perl: 187; awk: 12; ansic: 1
file content (31 lines) | stat: -rw-r--r-- 940 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# buildah-source-push "1" "March 2021" "buildah"

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