Skip to content

Commit 09c0749

Browse files
authored
chore(devfile) use ubi-latest tag for UDI (#3)
* chore(devfile) use ubi-latest tag for UDI Signed-off-by: Valerii Svydenko <[email protected]> * chore(devfile): update commands to use symfony5 --------- Signed-off-by: Valerii Svydenko <[email protected]>
1 parent c1e5005 commit 09c0749

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

devfile.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
components:
55
- name: tools
66
container:
7-
image: quay.io/devfile/universal-developer-image:ubi8-0e189d9
7+
image: quay.io/devfile/universal-developer-image:ubi8-latest
88
endpoints:
99
- exposure: public
1010
name: symfony
@@ -16,7 +16,7 @@ components:
1616
- name: composer
1717
path: /home/user/.composer
1818
- name: symfony
19-
path: /home/user/.symfony
19+
path: /home/user/.symfony5
2020

2121
- name: composer
2222
volume:
@@ -61,7 +61,7 @@ commands:
6161
label: "Start Symfony Web Server"
6262
component: tools
6363
workingDir: ${PROJECT_SOURCE}
64-
commandLine: "$HOME/.symfony/bin/symfony server:start"
64+
commandLine: "$HOME/.symfony5/bin/symfony server:start"
6565
group:
6666
kind: run
6767

@@ -70,6 +70,6 @@ commands:
7070
label: "Stop Symfony Web Server"
7171
component: tools
7272
workingDir: ${PROJECT_SOURCE}
73-
commandLine: "$HOME/.symfony/bin/symfony server:stop"
73+
commandLine: "$HOME/.symfony5/bin/symfony server:stop"
7474
group:
7575
kind: run

0 commit comments

Comments
 (0)