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) │ │
30 ├───────────────────────────┼──────────────────────────┼─────────────┤
31 │⟨buildah-source-add.md⟩ │ Add a source artifact to │ │
32 │ │ a source image. │ │
33 ├───────────────────────────┼──────────────────────────┼─────────────┤
34 │create │ buildah-source-create(1) │ │
35 ├───────────────────────────┼──────────────────────────┼─────────────┤
36 │⟨buildah-source-create.md⟩ │ Create and initialize a │ │
37 │ │ source image. │ │
38 ├───────────────────────────┼──────────────────────────┼─────────────┤
39 │pull │ buildah-source-pull(1) │ │
40 ├───────────────────────────┼──────────────────────────┼─────────────┤
41 │⟨buildah-source-pull.md⟩ │ Pull a source image from │ │
42 │ │ a registry to a speci‐ │ │
43 │ │ fied path. │ │
44 ├───────────────────────────┼──────────────────────────┼─────────────┤
45 │push │ buildah-source-push(1) │ │
46 ├───────────────────────────┼──────────────────────────┼─────────────┤
47 │⟨buildah-source-push.md⟩ │ Push a source image from │ │
48 │ │ a specified path to a │ │
49 │ │ registry. │ │
50 └───────────────────────────┴──────────────────────────┴─────────────┘
51
52
53buildah March 2021 buildah-source(1)