-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from chris-allan/manylinux_2_28
Bump to manylinux_2_28
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Dockerfile for lowest common denominator Linux native artifact build | ||
# -------------------------------------------------------------------- | ||
FROM quay.io/pypa/manylinux2014_x86_64 | ||
FROM quay.io/pypa/manylinux_2_28_x86_64 | ||
|
||
RUN yum install -y -q bzip2-devel openssl-devel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
Linux x86_64 Zeroc Ice Python Builder | ||
===================================== | ||
|
||
Builds ZeroC Ice Python manylinux2014 wheel packages for Linux x86_64. | ||
Builds ZeroC Ice Python manylinux_2_28 wheel packages for Linux x86_64. | ||
|
||
** WARNING ** : the manylinux2014 wheel packages are bundled with | ||
OpenSSL 1.0.2k and should not be used in production - see | ||
https://github.com/pypa/manylinux#manylinux2014-centos-7-based. | ||
** NOTE ** : the manylinux_2_28 wheel packages are bundled with | ||
OpenSSL 1.1.1k - see | ||
https://github.com/pypa/manylinux#manylinux_2_28-almalinux-8-based. | ||
|
||
`pip>=20.3` is required to use these artifacts. |