Skip to content

Commit ff36182

Browse files
committed
Drop support for Debian 8
Debian 8 went out of support on June 30, 2020. Ubuntu 14.04, which uses the same packages, went out of support in 2019. Since there's no longer any free security support and we cannot reasonably be expected to run insecure code in CI, since that's dangerous to others on the Internet, let's drop support for Debian 8.
1 parent d69e28d commit ff36182

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

docker/run_dockers.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ done
5858

5959
if [[ ${#IMAGES[@]} == 0 ]]; then
6060
# If you change this list, change script/upload as well.
61-
IMAGES=(centos_7 centos_8 debian_8 debian_9 debian_10)
61+
IMAGES=(centos_7 centos_8 debian_9 debian_10)
6262
fi
6363

6464
mkdir -p "${PACKAGE_DIR}"

script/packagecloud.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
# Debian EOL https://wiki.debian.org/LTS/
5252
# Ubuntu EOL https://wiki.ubuntu.com/Releases
5353
# Mint EOL https://linuxmint.com/download_all.php
54-
"debian/8" => [
55-
"debian/jessie", # EOL June 30, 2020
56-
"ubuntu/trusty", # ESM April 2022
57-
],
5854
"debian/9" => [
5955
"debian/stretch", # EOL June 2022
6056
"linuxmint/sarah", # EOL April 2021

script/upload

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ Up to date packages are available on [PackageCloud](https://packagecloud.io/gith
187187
188188
[RPM RHEL 7/CentOS 7](https://packagecloud.io/github/git-lfs/packages/el/7/git-lfs-VERSION-1.el7.x86_64.rpm/download)
189189
[RPM RHEL 8/CentOS 8](https://packagecloud.io/github/git-lfs/packages/el/8/git-lfs-VERSION-1.el8.x86_64.rpm/download)
190-
[Debian 8](https://packagecloud.io/github/git-lfs/packages/debian/jessie/git-lfs_VERSION_amd64.deb/download)
191190
[Debian 9](https://packagecloud.io/github/git-lfs/packages/debian/stretch/git-lfs_VERSION_amd64.deb/download)
192191
[Debian 10](https://packagecloud.io/github/git-lfs/packages/debian/buster/git-lfs_VERSION_amd64.deb/download)
193192

0 commit comments

Comments
 (0)