1CH-BUILDER2TAR(1) Charliecloud CH-BUILDER2TAR(1)
2
3
4
6 ch-builder2tar - Flatten a builder image into a Charliecloud image tar‐
7 ball
8
10 $ ch-builder2tar [-b BUILDER] [--nocompress] IMAGE OUTDIR
11
13 Flatten the builder image tagged IMAGE into a Charliecloud tarball in
14 directory OUTDIR.
15
16 The builder-specified environment (e.g., ENV statements) is placed in a
17 file in the tarball at $IMAGE/ch/environment, in a form suitable for
18 ch-run --set-env.
19
20 See ch-build(1) for details on specifying the builder.
21
22 Additional arguments:
23
24 -b, --builder BUILDER
25 Use specified builder; if not given, use $CH_BUILDER or de‐
26 fault.
27
28 --nocompress
29 Do not compress tarball.
30
31 --help Print help and exit.
32
33 --version
34 Print version and exit.
35
37 $ ch-builder2tar hello /var/tmp
38 57M /var/tmp/hello.tar.gz
39 $ ls -lh /var/tmp
40 -rw-r----- 1 reidpr reidpr 57M Feb 13 16:14 hello.tar.gz
41
43 If Charliecloud was obtained from your Linux distribution, use your
44 distribution’s bug reporting procedures.
45
46 Otherwise, report bugs to: <https://github.com/hpc/charliecloud/issues>
47
49 charliecloud(7)
50
51 Full documentation at: <https://hpc.github.io/charliecloud>
52
54 2014–2021, Triad National Security, LLC
55
56
57
58
590.25 2021-09-20 00:00 UTC CH-BUILDER2TAR(1)