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

Add CentOS Stream 8 #119

Merged
merged 1 commit into from
Sep 17, 2021
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Sep 16, 2021

CentOS is changing their release model.

After CentOS 8 comes CentOS Stream 8, and later CentOS Stream 9.

centos-stream-8-amd64 is based on centos-8-amd64.

&& /vpy3/bin/pip install --no-cache-dir numpy --only-binary=:all: || true \
&& chown -R pillow:pillow /vpy3"

COPY depends /depends
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
COPY depends /depends
ADD depends /depends

Any reason why this is COPY, when every other file uses ADD? It still passes with ADD - https://github.com/radarhere/docker-images/runs/3631282199

Copy link
Member Author

Choose a reason for hiding this comment

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

It's a best practice:

https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy

I didn't change other files, they can be updated when they're changed, or left until archived. But can easily do a quick sweep now?

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the explanation.

@radarhere radarhere merged commit 9c96a94 into python-pillow:master Sep 17, 2021
@hugovk hugovk deleted the add-centos-stream-8 branch September 17, 2021 11:15
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.

2 participants