Skip to content

Commit cf1cab9

Browse files
committed
CI experiment: Build on latest Debian
Mostly just want to see what the symbol validation failures are....
1 parent 049bef0 commit cf1cab9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

cpython-unix/base.Dockerfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Debian Jessie.
2-
FROM debian@sha256:32ad5050caffb2c7e969dac873bce2c370015c2256ff984b70c1c08b3a2816a0
1+
# Debian 13 "Trixie"
2+
FROM debian:trixie
33
MAINTAINER Gregory Szorc <[email protected]>
44

55
RUN groupadd -g 1000 build && \
@@ -16,12 +16,7 @@ ENV HOME=/build \
1616

1717
CMD ["/bin/bash", "--login"]
1818
WORKDIR '/build'
19-
20-
# Jessie's signing keys expired in late 2022. So need to add [trusted=yes] to force trust.
21-
# Jessie stopped publishing snapshots in March 2023.
22-
RUN for s in debian_jessie debian_jessie-updates debian-security_jessie/updates; do \
23-
echo "deb [trusted=yes] http://snapshot.debian.org/archive/${s%_*}/20230322T152120Z/ ${s#*_} main"; \
24-
done > /etc/apt/sources.list && \
19+
RUN \
2520
( echo 'quiet "true";'; \
2621
echo 'APT::Get::Assume-Yes "true";'; \
2722
echo 'APT::Install-Recommends "false";'; \

0 commit comments

Comments
 (0)