diff --git a/userenvs/fedora39.json b/userenvs/fedora39.json deleted file mode 100644 index 4a2683ec..00000000 --- a/userenvs/fedora39.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "workshop": { - "schema": { - "version": "2024.08.07" - } - }, - "userenv": { - "name": "fedora39", - "label": "Fedora 39", - "origin": { - "image": "registry.fedoraproject.org/fedora", - "tag": "39", - "build-policy": "missing" - }, - "properties": { - "platform": [ - { - "architecture": "x86_64" - }, - { - "architecture": "aarch64" - } - ], - "packages": { - "type": "rpm", - "manager": "dnf" - } - } - }, - "requirements": [ - { - "name": "python310", - "type": "distro", - "distro_info": { - "packages": [ - "python310", - "python3-pip", - "python3-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", - "glibc-gconv-extra" - ] - } - }, - { - "name": "core-node", - "type": "distro", - "distro_info": { - "packages": [ - "nodejs" - ] - } - } - ] -}