Skip to content

Commit 2b37010

Browse files
committed
Create devspaces-3-rhel-9 branch and update devfiles to reference rhel9 images
1 parent 02a2dfe commit 2b37010

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
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

+1-1
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
env:
99
- name: QUARKUS_HTTP_HOST
1010
value: 0.0.0.0

0 commit comments

Comments
 (0)