From 6673ff78d3c5bba1078d9862fccadf0b7fe556fa Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 30 Nov 2021 14:00:10 +0100 Subject: podman, push: expose --compression-format support overriding the compression format at push time. Signed-off-by: Giuseppe Scrivano --- pkg/domain/entities/images.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/domain/entities/images.go') diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 54f7b5d45..8b0fd2b85 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -208,6 +208,8 @@ type ImagePushOptions struct { SkipTLSVerify types.OptionalBool // Progress to get progress notifications Progress chan types.ProgressProperties + // CompressionFormat is the format to use for the compression of the blobs + CompressionFormat string } // ImageSearchOptions are the arguments for searching images. -- cgit v1.2.3-54-g00ecf