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:
parent
30f740ec9f
commit
cfaabe618f
3 changed files with 12 additions and 2 deletions
|
|
@ -883,7 +883,8 @@
|
|||
}
|
||||
},
|
||||
"options": {
|
||||
"filename": "compressed.gz"
|
||||
"filename": "compressed.gz",
|
||||
"level": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -25,3 +25,4 @@ pipelines:
|
|||
sha256:f950375066d74787f31cbd8f9f91c71819357cad243fb9d4a0d9ef4fa76709e0: {}
|
||||
options:
|
||||
filename: compressed.gz
|
||||
level: 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue