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

Bump docker image versions #253

Merged
merged 2 commits into from
Aug 9, 2020
Merged

Bump docker image versions #253

merged 2 commits into from
Aug 9, 2020

Conversation

smlx
Copy link
Contributor

@smlx smlx commented Aug 5, 2020

What this PR does / why we need it: This PR bumps the version of the base image, and the tools within it, to their latest versions.

Which issue this PR fixes: supersedes #234

Special notes for your reviewer: I notice that #234 has a request for extra testing, so I've built an image that contains #250, #251, and this PR. It's available here. I've also tested this image here in the chart-testing lint action.

* alpine 3.12
* python 3
* yamale 3.0.2
* yamllint 1.24.2

Signed-off-by: Scott Leggett <[email protected]>
@helm-bot helm-bot added the size/S label Aug 5, 2020
py-pip && \
pip install --upgrade pip==18.1
py3-pip \
py3-wheel \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a Python expert. Why would we want py3-wheel? The image builds fine without it.

Copy link
Contributor Author

@smlx smlx Aug 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason to install wheel is to avoid a series of warnings like this that you'll see if you run pip and don't have wheel installed:

Using legacy 'setup.py install' for pyyaml, since package 'wheel' is not installed.

For what wheels are and why they're better than setup.py, there's a reasonable overview here.

Signed-off-by: Reinhard Nägele <[email protected]>
@unguiculus unguiculus merged commit f0403b0 into helm:master Aug 9, 2020
@smlx smlx deleted the bump-alpine-python-version branch August 10, 2020 08:35
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.

3 participants