From ea8cd5c9530d4f45a2e455951f434c5d8ccd8a5f Mon Sep 17 00:00:00 2001 From: Peter Corbett Date: Mon, 1 Jul 2024 18:29:09 -0500 Subject: [PATCH] Drop CentOS as all are EoL --- centos/7/.gitkeep | 0 centos/8/.gitkeep | 0 centos/build | 9 --------- 3 files changed, 9 deletions(-) delete mode 100644 centos/7/.gitkeep delete mode 100644 centos/8/.gitkeep delete mode 100755 centos/build diff --git a/centos/7/.gitkeep b/centos/7/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/centos/8/.gitkeep b/centos/8/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/centos/build b/centos/build deleted file mode 100755 index 409541f..0000000 --- a/centos/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -case "$1" in - 7) url='https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2' ;; - 8) url='https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.2.2004-20200611.2.x86_64.qcow2' ;; - *) echo "not found" && exit 1 ;; -esac - -wget "$url" -O "$1/root.img.qcow2" -- 2.45.2