Skip to content

Commit

Permalink
Pin manylinux image.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Mar 9, 2024
1 parent 3bec546 commit 2380234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/manylinux_ghr_x86_64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We build our portable linux releases on the manylinux (RHEL-based)
# images, with custom additional packages installed. We switch to
# new upstream versions as needed.
FROM quay.io/pypa/manylinux_2_28_x86_64
FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:9042a22d33af2223ff7a3599f236aff1e4ffd07e1ed1ac93a58877638317515f

ARG GH_RUNNER_VERSION="2.314.1"
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/manylinux_x86_64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We build our portable linux releases on the manylinux (RHEL-based)
# images, with custom additional packages installed. We switch to
# new upstream versions as needed.
FROM quay.io/pypa/manylinux_2_28_x86_64
FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:9042a22d33af2223ff7a3599f236aff1e4ffd07e1ed1ac93a58877638317515f

RUN yum install -y epel-release && \
yum install -y ccache clang lld && \
Expand Down

0 comments on commit 2380234

Please sign in to comment.