OPM / opm-reference-manual

Other
1 stars 5 forks source link

Rewrite docker scripts in Python #153

Closed hakonhagland closed 6 months ago

hakonhagland commented 6 months ago

Instead of using a combination of Bash and PowerShell scripts, this PR rewrites the scripts as a Python project. This will help reducing code duplication between Bash and PowerShell scripts, and also allow for easier extension to more than a single container in the future.

Currently, there is only one Docker image (ubuntu2204-lo7.5.9) but we might extend this to include, for example, an image for a development version of LibreOffice with debugging symbols in the future. This rewrite of the scripts in Python should make it easier to add this in the future.

blattms commented 6 months ago

Only concern was resolved. I interpret this as approval.