A utility to control the ImageUnpacker.
The unpacker-tool utility may be used to debug and control a running ImageUnpacker. Unpacker-Tool may be run on any machine and can be used to issue the low-level RPC requests used in building bootable image artefacts. It is typically run on a desktop or bastion machine.
Unpacker-tool supports several sub-commands. There are many
command-line flags which provide parameters for these sub-commands. The
most commonly used parameter is -imageUnpackerHostname
which specifies which host the ImageUnpacker to talk to is running
on. The basic usage pattern is:
unpacker-tool [flags...] command [args...]
Built-in help is available with the command:
unpacker-tool -h
Some of the sub-commands available are:
-filename
parameterscp
)
or with get-rawImageUnpacker restricts RPC
access using TLS client authentication. Unpacker-tool will load
certificate and key files from the ~/.ssl
directory.
Unpacker-tool will present these certificates to ImageUnpacker. If one of the
certificates is signed by a certificate authority that ImageUnpacker trusts, ImageUnpacker will grant access.