diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 1b78af4..7e9c746 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -16,7 +16,7 @@ jobs: uses: matootie/github-docker@v3.1.0 with: accessToken: ${{ secrets.GITHUB_TOKEN }} - imageName: manylinux2010_x86_64-hdf5 + imageName: manylinux2014_x86_64-hdf5 containerRegistry: true contextName: ./Dockerfile_x86_64 diff --git a/Dockerfile_x86_64 b/Dockerfile_x86_64 index 5d4469f..903f3f8 100644 --- a/Dockerfile_x86_64 +++ b/Dockerfile_x86_64 @@ -1,4 +1,4 @@ -FROM quay.io/pypa/manylinux2010_x86_64 +FROM quay.io/pypa/manylinux2014_x86_64 ENV HDF5_VERSION 1.12.2 ENV HDF5_DIR /usr/local diff --git a/README.md b/README.md index 2d308c8..9e5c77e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ 'manylinux' Docker images are used to build Python extension modules compatible with many popular Linux distributions. This repository builds HDF5 on top of the standard manylinux images, for using in building h5py. -Images are published [on GitHub container registry](https://github.com/orgs/h5py/packages/container/package/manylinux2010_x86_64-hdf5). +Images are published on GitHub container registry: + +- [manylinux2014_x86_64-hdf5](https://github.com/orgs/h5py/packages/container/package/manylinux2014_x86_64-hdf5). +- [manylinux2014_aarch64-hdf5](https://github.com/orgs/h5py/packages/container/package/manylinux2014_aarch64-hdf5).