From b607c4f239f4f245e5d48b7a06075cba7f731bf0 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Fri, 7 Jun 2024 12:05:28 -0500 Subject: [PATCH] deprecate stream8 userenv - CentOS Stream 8 is EOL and the mirrors no longer exist --- userenvs/stream8.json | 122 ------------------------------------------ 1 file changed, 122 deletions(-) delete mode 100644 userenvs/stream8.json diff --git a/userenvs/stream8.json b/userenvs/stream8.json deleted file mode 100644 index 4f9b36b0..00000000 --- a/userenvs/stream8.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "workshop": { - "schema": { - "version": "2023.02.16" - } - }, - "userenv": { - "name": "stream8", - "label": "CentOS Stream 8", - "origin": { - "image": "quay.io/centos/centos", - "tag": "stream8" - }, - "properties": { - "platform": [ - { - "architecture": "x86_64" - }, - { - "architecture": "aarch64" - } - ], - "packages": { - "type": "rpm", - "manager": "dnf" - } - } - }, - "requirements": [ - { - "name": "python39", - "type": "distro", - "distro_info": { - "packages": [ - "python39", - "python39-pip", - "python39-devel" - ] - } - }, - { - "name": "utils", - "type": "distro", - "distro_info": { - "packages": [ - "curl", - "tar", - "cpio", - "gzip", - "jq", - "git", - "cpio", - "findutils", - "hostname", - "iputils", - "iproute", - "elfutils-libelf", - "openssl", - "xz", - "libcap", - "libzstd", - "numactl" - ] - } - }, - { - "name": "core-compiling", - "type": "distro", - "distro_info": { - "packages": [ - "diffutils", - "gcc", - "libtool", - "autoconf", - "automake", - "make", - "clang", - "slang-devel", - "libbabeltrace", - "elfutils-libelf-devel", - "elfutils-debuginfod", - "elfutils-debuginfod-client-devel", - "openssl-devel", - "xz-devel", - "libzstd-devel", - "libcap-devel", - "libnl3-devel", - "numactl-devel", - "java-1.8.0-openjdk", - "libpfm" - ] - } - }, - { - "name": "core-perl", - "type": "distro", - "distro_info": { - "packages": [ - "perl-App-cpanminus" - ] - } - }, - { - "name": "core-node", - "type": "distro", - "distro_info": { - "packages": [ - "nodejs" - ] - } - }, - { - "name": "lang", - "type": "distro", - "distro_info": { - "packages": [ - "glibc-langpack-en" - ] - } - } - ] -}