ch-pull2tar - Pull image from a Docker Hub and flatten into tarball
Contents
Copyright
2014–2021, Triad National Security, LLC
0.26 2022-01-30 10:06 UTC CH-PULL2TAR(1)
Description
WARNING:
This script is deprecated in favor of ch-convert. It will be removed in the next release.
Pull a Docker image named IMAGE[:TAG] from Docker Hub and flatten it into a Charliecloud tarball in
directory OUTDIR.
This runs the following command sequence: dockerpull, ch-builder2tar but provides less flexibility than
the individual commands.
Sudo privileges are required for dockerpull.
Additional arguments:
--help print help and exit
--version
print version and exit
Examples
$ ch-pull2tar alpine /var/tmp
Using default tag: latest
latest: Pulling from library/alpine
Digest: sha256:621c2f39f8133acb8e64023a94dbdf0d5ca81896102b9e57c0dc184cadaf5528
Status: Image is up to date for alpine:latest
-rw-r--r--. 1 charlie charlie 2.1M Oct 5 19:52 /var/tmp/alpine.tar.gz
Same as above, except optional TAG is specified:
$ ch-pull2tar alpine:3.6
3.6: Pulling from library/alpine
Digest: sha256:cc24af836d1377e092ecb4e8f0a4324c3b1aa2b5295c2239edcc7bbc86a9cbc6
Status: Image is up to date for alpine:3.6
-rw-r--r--. 1 charlie charlie 2.1M Oct 5 19:54 /var/tmp/alpine:3.6.tar.gz
Name
ch-pull2tar - Pull image from a Docker Hub and flatten into 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-pull2tar IMAGE[:TAG] OUTDIR
