stages/org.osbuild.gzip: add compression level option

Allow compression level to be specified instead of defaulting to 1. This is needed for CoreOS Assembler.
This commit is contained in:
Luke Yang 2024-02-21 10:55:49 -05:00 committed by Simon de Vlieger
parent 30f740ec9f
commit cfaabe618f
3 changed files with 12 additions and 2 deletions

View file

@ -883,7 +883,8 @@
}
},
"options": {
"filename": "compressed.gz"
"filename": "compressed.gz",
"level": 9
}
}
]

View file

@ -25,3 +25,4 @@ pipelines:
sha256:f950375066d74787f31cbd8f9f91c71819357cad243fb9d4a0d9ef4fa76709e0: {}
options:
filename: compressed.gz
level: 9