ch-builder2tar - Flatten a builder image into a Charliecloud image tarball
Contents
Copyright
2014–2021, Triad National Security, LLC
0.26 2022-01-30 10:06 UTC CH-BUILDER2TAR(1)
Description
WARNING:
This script is deprecated in favor of ch-convert. It will be removed in the next release.
Flatten the builder image tagged IMAGE into a Charliecloud tarball in directory OUTDIR.
The builder-specified environment (e.g., ENV statements) is placed in a file in the tarball at
$IMAGE/ch/environment, in a form suitable for ch-run--set-env.
See ch-build(1) for details on specifying the builder.
Additional arguments:
-b,--builderBUILDER
Use specified builder; if not given, use $CH_BUILDER or default.
--nocompress
Do not compress tarball.
--help Print help and exit.
--version
Print version and exit.
Example
$ ch-builder2tar hello /var/tmp
57M /var/tmp/hello.tar.gz
$ ls -lh /var/tmp
-rw-r----- 1 reidpr reidpr 57M Feb 13 16:14 hello.tar.gz
Name
ch-builder2tar - Flatten a builder image into a Charliecloud image tarball
Reporting Bugs
If Charliecloud was obtained from your Linux distribution, use your distribution’s bug reporting
procedures.
Otherwise, report bugs to: https://github.com/hpc/charliecloud/issuesSee Also
charliecloud(7)
Full documentation at: <https://hpc.github.io/charliecloud>
Synopsis
$ ch-builder2tar [-b BUILDER] [--nocompress] IMAGE OUTDIR
