Skip to content

Commit

Permalink
Merge pull request #265 from kiwix/pined-manylinux-image
Browse files Browse the repository at this point in the history
Update and pin Manylinux CI `FROM` image
  • Loading branch information
kelson42 authored Nov 30, 2024
2 parents 54a3c96 + d1c451a commit 210d202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kiwix-build_ci/manylinux_builder.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux_2_28_x86_64
FROM quay.io/pypa/manylinux_2_28_x86_64:2024.11.30-1
LABEL org.opencontainers.image.source https://github.com/kiwix/container-images

ENV LANG C.UTF-8
Expand All @@ -15,7 +15,7 @@ RUN dnf install -y --nodocs \
&& dnf clean all \
&& python3.12 -m pip install meson pytest requests distro

ENV PATH /opt/_internal/cpython-3.12.3/bin:$PATH
ENV PATH /opt/_internal/cpython-3.12.7/bin:$PATH

# Create user
RUN groupadd --gid 121 runner
Expand Down

0 comments on commit 210d202

Please sign in to comment.