1buildah-source(1) General Commands Manual buildah-source(1)
2
3
4
6 buildah-source - Create, push, pull and manage source images and asso‐
7 ciated source artifacts
8
9
11 buildah source subcommand
12
13
15 Create, push, pull and manage source images and associated source arti‐
16 facts. A source image contains all source artifacts an ordinary OCI
17 image has been built with. Those artifacts can be any kind of source
18 artifact, such as source RPMs, an entire source tree or text files.
19
20
21 Note that the buildah-source command and all its subcommands are exper‐
22 imental and may be subject to future changes.
23
24
26 ┌────────┬──────────────────────────┬─────────────────────┐
27 │Command │ Man Page │ Description │
28 ├────────┼──────────────────────────┼─────────────────────┤
29 │add │ buildah-source-add(1) │ Add a source arti‐ │
30 │ │ │ fact to a source │
31 │ │ │ image. │
32 ├────────┼──────────────────────────┼─────────────────────┤
33 │create │ buildah-source-create(1) │ Create and initial‐ │
34 │ │ │ ize a source image. │
35 ├────────┼──────────────────────────┼─────────────────────┤
36 │pull │ buildah-source-pull(1) │ Pull a source image │
37 │ │ │ from a registry to │
38 │ │ │ a specified path. │
39 ├────────┼──────────────────────────┼─────────────────────┤
40 │push │ buildah-source-push(1) │ Push a source image │
41 │ │ │ from a specified │
42 │ │ │ path to a registry. │
43 └────────┴──────────────────────────┴─────────────────────┘
44
46 buildah(1)
47
48
50 June 2021, Originally compiled by Valentin Rothberg vrothber@redhat.com
51 ⟨mailto:vrothber@redhat.com⟩
52
53
54
55buildah March 2021 buildah-source(1)