This matches the values of images.compression_algorithm
which typically means one of:
- bzip2
- gzip
- lzma
- xz
- none
But from what I recall,we basically allow any compressor on the system so you should be able to do things like --compression=pigz
for example to use the parallel version of gzip.