src/constants: switch to rhel-87 and rhel-91

This commit is contained in:
Sanne Raymaekers 2022-11-15 11:21:36 +01:00
parent b74a5a784b
commit 2b2660520f
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
export const IMAGE_BUILDER_API = '/api/image-builder/v1';
export const RHSM_API = '/api/rhsm/v2';
export const CONTENT_SOURCES = '/api/content-sources/v1';
export const RHEL_8 = 'rhel-86';
export const RHEL_9 = 'rhel-90';
export const RHEL_8 = 'rhel-87';
export const RHEL_9 = 'rhel-91';
export const UNIT_KIB = 1024 ** 1;
export const UNIT_MIB = 1024 ** 2;

View file

@ -5,12 +5,12 @@ export const repos = {
{
name: 'baseos',
distribution_arch: 'x86_64',
url: 'https://cdn.redhat.com/content/dist/rhel8/8.6/x86_64/baseos/os',
url: 'https://cdn.redhat.com/content/dist/rhel8/8.7/x86_64/baseos/os',
},
{
distribution_arch: 'x86_64',
name: 'appstream',
url: 'https://cdn.redhat.com/content/dist/rhel8/8.6/x86_64/appstream/os',
url: 'https://cdn.redhat.com/content/dist/rhel8/8.7/x86_64/appstream/os',
},
{
distribution_arch: 'x86_64',
@ -27,12 +27,12 @@ export const repos = {
{
name: 'baseos',
distribution_arch: 'x86_64',
url: 'https://cdn.redhat.com/content/dist/rhel9/9.0/x86_64/baseos/os',
url: 'https://cdn.redhat.com/content/dist/rhel9/9.1/x86_64/baseos/os',
},
{
distribution_arch: 'x86_64',
name: 'appstream',
url: 'https://cdn.redhat.com/content/dist/rhel9/9.0/x86_64/appstream/os',
url: 'https://cdn.redhat.com/content/dist/rhel9/9.1/x86_64/appstream/os',
},
{
distribution_arch: 'x86_64',