Skip to content

Commit

Permalink
Remove Python 3.13 from image
Browse files Browse the repository at this point in the history
It seems to be unstable in terms of whether the build or tests will
succeed.
  • Loading branch information
MarkKoz committed Nov 5, 2023
1 parent 9d2e29d commit f7407b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ FROM builder-py-base as builder-py-3_12
RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
&& /build_python.sh 3.12.0
# ------------------------------------------------------------------------------
FROM builder-py-base as builder-py-3_13
RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
&& /build_python.sh 3.13-dev
# ------------------------------------------------------------------------------
FROM python:3.11-slim-bookworm as base

ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
Expand All @@ -55,7 +51,6 @@ RUN apt-get -y update \

COPY --link --from=builder-nsjail /nsjail/nsjail /usr/sbin/
COPY --link --from=builder-py-3_12 /lang/ /lang/
COPY --link --from=builder-py-3_13 /lang/ /lang/

RUN chmod +x /usr/sbin/nsjail \
&& ln -s /lang/python/3.12/ /lang/python/default
Expand Down

0 comments on commit f7407b1

Please sign in to comment.