src/ImagesTable: support RHEL 10 Beta

This commit is contained in:
Sanne Raymaekers 2024-11-18 14:06:17 +01:00
parent 83125863e6
commit 73dad35e45

View file

@ -26,6 +26,7 @@ const Release = ({ release }: ReleaseProps) => {
'rhel-93': 'RHEL 9.3',
'rhel-94': 'RHEL 9.4',
'rhel-10-nightly': 'RHEL 10',
'rhel-10-beta': 'RHEL 10 Beta',
'centos-8': 'CentOS Stream 8',
'centos-9': 'CentOS Stream 9',
'centos-10': 'CentOS Stream 10',