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

build: use a single Dockerfile, providing args for the Python version #339

Merged

Conversation

mike-geeves-oxb
Copy link

Rather than needing to add a new Dockerfile for each Python version which is generally a copy/paste, use Docker ARGs to provide the information for a single build / via the build.sh helper.

In the case of old versions such as 3.6, an additional ARG can be provided for the Alpine version.

@mikegeeves mikegeeves merged commit 71a7397 into pact-foundation:master Apr 4, 2023
7 checks passed
@mikegeeves mikegeeves deleted the single-dockerfile-with-args branch April 4, 2023 12:57
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.

None yet

3 participants