Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite docker scripts in Python #153

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

hakonhagland
Copy link
Collaborator

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.

Instead of using a combination of Bash and PowerShell scripts, write the
scripts as a Python project. This will help reducing code duplication
between Bash and PowerShell scripts, and allow for easier extension to
more than a single container.
@blattms
Copy link
Member

blattms commented Feb 13, 2024

Only concern was resolved. I interpret this as approval.

@blattms blattms merged commit 3f188be into OPM:main Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants