1buildah-source-create(1) General Commands Manual buildah-source-create(1)
2
3
4
6 buildah-source-create - Create and initialize a source image
7
8
10 buildah source create [options] path
11
12
14 Create and initialize a source image. A source image is an OCI arti‐
15 fact; an OCI image with a custom config media type.
16
17
18 Note that the buildah-source command and all its subcommands are exper‐
19 imental and may be subject to future changes
20
21
23 --author author
24
25
26 Set the author of the source image mentioned in the config. By de‐
27 fault, no author is set.
28
29
30 --time-stamp bool-value
31
32
33 Set the created time stamp in the image config. By default, the time
34 stamp is set.
35
36
37
38buildah March 2021 buildah-source-create(1)