Skip to content

Commit e8f3c6f

Browse files
dkwon17olexii4
authored andcommitted
Update devfile to use ubi9 image, update extensions.json
Signed-off-by: dkwon17 <[email protected]>
1 parent 2059704 commit e8f3c6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"recommendations": [
55
"dbaeumer.vscode-eslint",
66
"github.vscode-pull-request-github",
7-
"wix.vscode-import-cost"
7+
"wix.vscode-import-cost",
8+
"RooVeterinaryInc.roo-cline"
89
]
910
}

devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
components:
66
- name: tools
77
container:
8-
image: quay.io/devfile/universal-developer-image:ubi8-latest
8+
image: quay.io/devfile/universal-developer-image:ubi9-latest
99
memoryLimit: 10G
1010
memoryRequest: 512Mi
1111
cpuRequest: 1000m

0 commit comments

Comments
 (0)