Skip to content

Commit 459824e

Browse files
committed
unix: revert to older stretch snapshot
I got image build failures reliably on the new snapshot. Let's restore the older, known working one.
1 parent a1e4e44 commit 459824e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cpython-unix/build.cross.Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ ENV HOME=/build \
1717
CMD ["/bin/bash", "--login"]
1818
WORKDIR '/build'
1919

20-
# Stretch stopped publishing snapshots in April 2023.
20+
# Stretch stopped publishing snapshots in April 2023. Last snapshot
21+
# is 20230423T032533Z. But there are package authentication issues
22+
# with this snapshot.
2123
RUN for s in debian_stretch debian_stretch-updates debian-security_stretch/updates; do \
22-
echo "deb http://snapshot.debian.org/archive/${s%_*}/20230423T032533Z/ ${s#*_} main"; \
24+
echo "deb http://snapshot.debian.org/archive/${s%_*}/20221105T150728Z/ ${s#*_} main"; \
2325
done > /etc/apt/sources.list && \
2426
( echo 'quiet "true";'; \
2527
echo 'APT::Get::Assume-Yes "true";'; \

0 commit comments

Comments
 (0)