Skip to content

Commit 1819bec

Browse files
committed
added [check-valid-until=no] for eol debian-9
1 parent fb8c2b9 commit 1819bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devops/docker/debian-9-amd64/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ ARG DEBIAN_FRONTEND=noninteractive
33

44
# debian-9 is EOL, update sources.list to use snapshot.debian.org mirrors
55
RUN cat <<EOF > /etc/apt/sources.list
6-
deb http://snapshot.debian.org/archive/debian/20220622T000000Z stretch main
7-
deb http://snapshot.debian.org/archive/debian-security/20220622T000000Z stretch/updates main
8-
deb http://snapshot.debian.org/archive/debian/20220622T000000Z stretch-updates main
6+
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20220622T000000Z stretch main
7+
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20220622T000000Z stretch/updates main
8+
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20220622T000000Z stretch-updates main
99
EOF
1010

1111
RUN apt -y update && apt-get -y install software-properties-common

0 commit comments

Comments
 (0)