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 WARNING:
14 This script is deprecated in favor of ch-convert. It will be removed
15 in the next release.
16
17 Flatten the builder image tagged IMAGE into a Charliecloud tarball in
18 directory OUTDIR.
19
20 The builder-specified environment (e.g., ENV statements) is placed in a
21 file in the tarball at $IMAGE/ch/environment, in a form suitable for
22 ch-run --set-env.
23
24 See ch-build(1) for details on specifying the builder.
25
26 Additional arguments:
27
28 -b, --builder BUILDER
29 Use specified builder; if not given, use $CH_BUILDER or de‐
30 fault.
31
32 --nocompress
33 Do not compress tarball.
34
35 --help Print help and exit.
36
37 --version
38 Print version and exit.
39
41 $ ch-builder2tar hello /var/tmp
42 57M /var/tmp/hello.tar.gz
43 $ ls -lh /var/tmp
44 -rw-r----- 1 reidpr reidpr 57M Feb 13 16:14 hello.tar.gz
45
47 If Charliecloud was obtained from your Linux distribution, use your
48 distribution’s bug reporting procedures.
49
50 Otherwise, report bugs to: https://github.com/hpc/charliecloud/issues
51
53 charliecloud(7)
54
55 Full documentation at: <https://hpc.github.io/charliecloud>
56
58 2014–2021, Triad National Security, LLC
59
60
61
62
630.26 2022-01-24 00:00 UTC CH-BUILDER2TAR(1)