Skip to content

Commit

Permalink
add Fedora 41 userenv
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Dec 2, 2024
1 parent 7e69a57 commit a94a291
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 1 deletion.
2 changes: 1 addition & 1 deletion userenvs/fedora-latest.json
106 changes: 106 additions & 0 deletions userenvs/fedora41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"workshop": {
"schema": {
"version": "2024.08.07"
}
},
"userenv": {
"name": "fedora41",
"label": "Fedora 41",
"origin": {
"image": "registry.fedoraproject.org/fedora",
"tag": "41",
"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"
]
}
}
]
}
1 change: 1 addition & 0 deletions userenvs/fedora41/requirements/01-python.json
1 change: 1 addition & 0 deletions userenvs/fedora41/requirements/02-core-utils.json
1 change: 1 addition & 0 deletions userenvs/fedora41/requirements/03-core-compiling.json
1 change: 1 addition & 0 deletions userenvs/fedora41/requirements/05-core-node.json
1 change: 1 addition & 0 deletions userenvs/fedora41/schema.json
23 changes: 23 additions & 0 deletions userenvs/fedora41/userenv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"userenv": {
"name": "fedora41",
"label": "Fedora 41",
"origin": {
"image": "registry.fedoraproject.org/fedora",
"tag": "41",
"build-policy": "missing"
},
"properties": {
"platform": [
{
"architecture": "x86_64"
},
{
"architecture": "aarch64"
}
],
"packages": {
"type": "rpm",
"manager": "dnf"
}
}
},

0 comments on commit a94a291

Please sign in to comment.