osbuild / images

Image builder image definition library
Apache License 2.0
23 stars 52 forks source link

many: extract newGCETarPipelineForImg() helper #985

Closed mvo5 closed 2 weeks ago

mvo5 commented 1 month ago

This commit extracts a common helper to setup the right tar options for the GCE tar file generation. The options that need to be passed to tar for GCE need to be exactly right so let's make sure we only have a single place where they are set.