File: buildah-source-add.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 (21 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# buildah-source-add "1" "March 2021" "buildah"

## NAME
buildah\-source\-add - Add a source artifact to a source image

## SYNOPSIS
**buildah source add** [*options*] *path* *artifact*

## DESCRIPTION
Add add a source artifact to a source image.  The artifact will be added as a
gzip-compressed tar ball.  Add attempts to auto-tar and auto-compress only if
necessary.

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

## OPTIONS

**--annotation** *key=value*

Add an annotation to the layer descriptor in the source-image manifest.  The input format is `key=value`.