Skip to content

Commit

Permalink
add Amazon Linux 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Feb 18, 2025
1 parent 47930a3 commit bb16041
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
106 changes: 106 additions & 0 deletions susemanager-sync-data/additional_products.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,110 @@
[
{
"id" : -47,
"name" : "Amazon Linux",
"identifier" : "amazonlinux",
"former_identifier" : "",
"version" : "2023",
"release_type" : null,
"arch" : "aarch64",
"friendly_name" : "Amazon Linux 2023 aarch64",
"product_class" : "SLE-M-T-BETA",
"cpe" : null,
"free" : true,
"description" : null,
"release_stage" : "beta",
"eula_url" : "",
"product_type" : "base",
"offline_predecessor_ids" : [
],
"online_predecessor_ids" : [
],
"shortname" : null,
"recommended" : false,
"extensions" : [
],
"repositories" : [
{
"id" : -633,
"url" : "https://cdn.amazonlinux.com/al2023/core/mirrors/latest/aarch64/mirror.list",
"name" : "amazonlinux2023",
"distro_target" : "aarch64",
"description" : "Amazon Linux 2023 aarch64",
"enabled" : true,
"autorefresh" : true,
"installer_updates" : false,
"arch" : [
"aarch64"
]
},
{
"id" : -634,
"url" : "https://cdn.amazonlinux.com/al2023/kernel-livepatch/mirrors/al2023/aarch64/mirror.list",
"name" : "amazonlinux2023-kernel-livepatch",
"distro_target" : "aarch64",
"description" : "Amazon Linux 2023 Kernel Livepatch aarch64",
"enabled" : false,
"autorefresh" : true,
"installer_updates" : false,
"arch" : [
"aarch64"
]
}
]
},
{
"id" : -46,
"name" : "Amazon Linux",
"identifier" : "amazonlinux",
"former_identifier" : "",
"version" : "2023",
"release_type" : null,
"arch" : "x86_64",
"friendly_name" : "Amazon Linux 2023 x86_64",
"product_class" : "SLE-M-T-BETA",
"cpe" : null,
"free" : true,
"description" : null,
"release_stage" : "beta",
"eula_url" : "",
"product_type" : "base",
"offline_predecessor_ids" : [
],
"online_predecessor_ids" : [
],
"shortname" : null,
"recommended" : false,
"extensions" : [
],
"repositories" : [
{
"id" : -631,
"url" : "https://cdn.amazonlinux.com/al2023/core/mirrors/latest/x86_64/mirror.list",
"name" : "amazonlinux2023",
"distro_target" : "x86_64",
"description" : "Amazon Linux 2023 x86_64",
"enabled" : true,
"autorefresh" : true,
"installer_updates" : false,
"arch" : [
"x86_64"
]
},
{
"id" : -632,
"url" : "https://cdn.amazonlinux.com/al2023/kernel-livepatch/mirrors/al2023/x86_64/mirror.list",
"name" : "amazonlinux2023-kernel-livepatch",
"distro_target" : "x86_64",
"description" : "Amazon Linux 2023 Kernel Livepatch x86_64",
"enabled" : false,
"autorefresh" : true,
"installer_updates" : false,
"arch" : [
"x86_64"
]
}
]
},
{
"id" : -45,
"name" : "Open Enterprise Server",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add Amazon Linux 2023

0 comments on commit bb16041

Please sign in to comment.