Skip to content

Commit

Permalink
Correct image tag names in os_info.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu committed Feb 6, 2025
1 parent 919d137 commit 1960ebf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions os_info.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
almalinux-8:
image_tag: almalinux-8
image_tag: almalinux8
version_name: 8
tags:
- release_packages
Expand All @@ -10,7 +10,7 @@ almalinux-8:
type: rpm
install_only: True
almalinux-9:
image_tag: almalinux-9
image_tag: almalinux9
version_name: 9
tags:
- release_packages
Expand All @@ -20,7 +20,7 @@ almalinux-9:
type: rpm
install_only: True
centos-stream9:
image_tag: centos-stream9
image_tag: centosstream9
version_name: 9
tags:
- release_packages
Expand All @@ -30,7 +30,7 @@ centos-stream9:
- ppc64le
type: rpm
debian-11:
image_tag: debian-11
image_tag: debian11
version_name: bullseye
tags:
- release_packages
Expand All @@ -39,7 +39,7 @@ debian-11:
- aarch64
type: deb
debian-12:
image_tag: debian-12
image_tag: debian12
version_name: bookworm
tags:
- release_packages
Expand All @@ -50,7 +50,7 @@ debian-12:
- x86
type: deb
debian-sid:
image_tag: debian-sid
image_tag: debiansid
version_name: sid
tags:
- release_packages
Expand All @@ -62,7 +62,7 @@ debian-sid:
- x86
type: deb
fedora-39:
image_tag: fedora-39
image_tag: fedora39
version_name: 39
arch:
- amd64
Expand All @@ -71,7 +71,7 @@ fedora-39:
tags:
- bleeding_edge
fedora-40:
image_tag: fedora-40
image_tag: fedora40
tags:
- release_packages
version_name: 40
Expand All @@ -80,7 +80,7 @@ fedora-40:
- aarch64
type: rpm
fedora-41:
image_tag: fedora-41
image_tag: fedora41
tags:
- release_packages
- bleeding_edge
Expand All @@ -90,7 +90,7 @@ fedora-41:
- aarch64
type: rpm
openeuler-2403:
image_tag: openeuler-2403
image_tag: openeuler2403
tags:
- release_packages
- bleeding_edge
Expand All @@ -100,7 +100,7 @@ openeuler-2403:
- aarch64
type: rpm
opensuse-1506:
image_tag: opensuse-1506
image_tag: opensuse1506
tags:
- release_packages
- bleeding_edge
Expand All @@ -109,7 +109,7 @@ opensuse-1506:
- amd64
type: rpm
rhel-8:
image_tag: rhel-8
image_tag: rhel8
tags:
- release_packages
version_name: 8
Expand All @@ -120,7 +120,7 @@ rhel-8:
- s390x
type: rpm
rhel-9:
image_tag: rhel-9
image_tag: rhel9
tags:
- release_packages
version_name: 9
Expand All @@ -131,23 +131,23 @@ rhel-9:
- s390x
type: rpm
rockylinux-8:
image_tag: rockylinux-8
image_tag: rockylinux8
tags: []
version_name: 8
arch:
- amd64
type: rpm
install_only: True
rockylinux-9:
image_tag: rockylinux-9
image_tag: rockylinux9
tags: []
version_name: 9
arch:
- amd64
type: rpm
install_only: True
sles-1506:
image_tag: sles-1506
image_tag: sles1506
tags:
- release_packages
version_name: 15
Expand Down

0 comments on commit 1960ebf

Please sign in to comment.