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

Pin python version 3.9 into the horreum-base #2085

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

lampajr
Copy link
Member

@lampajr lampajr commented Oct 15, 2024

Followup of #2080.

Pin the python version that we embed in the Horreum container, this comes with some good improvements:

  • Reproducibility of the build
  • Clearly state the python version being used
  • Ensure CI uses and test the same version we use in the container

Changes proposed

  • Pin the python version that is bundled in the Horreum container
  • Choose version 3.9 as this is the one installed in registry.access.redhat.com/ubi9/openjdk-17 by default
  • Align CI to use the same version, i.e., 3.9

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.

@johnaohara johnaohara merged commit 90da37d into Hyperfoil:master Oct 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants