Skip to content

Commit 18930bf

Browse files
committed
Create devspaces-3-rhel-9 branch and update devfiles to reference rhel9 images
1 parent ef09e07 commit 18930bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rebuild-devfile-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ name: Rebuild Devfile Registry
1212
on:
1313
push:
1414
branches:
15-
- 'devspaces-[0-9].[0-9]+-rhel-8'
16-
- devspaces-3-rhel-8
15+
- 'devspaces-[0-9].[0-9]+-rhel-9'
16+
- devspaces-3-rhel-9
1717

1818
jobs:
1919
publish:

devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
components:
55
- name: tools
66
container:
7-
image: registry.redhat.io/devspaces/udi-rhel8:3.19
7+
image: registry.redhat.io/devspaces/udi-rhel9:3.19
88
endpoints:
99
- exposure: public
1010
name: nodejs

0 commit comments

Comments
 (0)