Drop debian buster (#15893)

This commit is contained in:
Shay
2023-07-10 10:39:36 -07:00
committed by GitHub
parent c9bf644fa0
commit 5e82b07d2c
5 changed files with 8 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ from typing import Collection, Optional, Sequence, Set
# These are expanded inside the dockerfile to be a fully qualified image name.
# e.g. docker.io/library/debian:bullseye
DISTS = (
"debian:buster", # oldstable: EOL 2022-08
"debian:bullseye",
"debian:bookworm",
"debian:sid",