Docker – What is the proper method to produce an image without compression
I am looks for a method to produce docket image without compression. I need this because the decompression of the image is to slow on the target machine. I tried at add this option to the build command "--output type=image,compression=uncompressed,force-compression=true".…