File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ FROM linux-libc-ubi9 as linux-libc-ubi9-content
12
12
FROM linux-musl as linux-musl-content
13
13
14
14
# https://quay.io/eclipse/che-machine-exec#^7\.
15
- FROM quay.io/eclipse /che-machine-exec:7.56.0 as machine-exec
15
+ FROM quay.io/vrubezhny /che-machine-exec:cli-watcher-9 as machine-exec
16
16
17
17
# https://registry.access.redhat.com/ubi8/ubi
18
18
FROM registry.access.redhat.com/ubi8/ubi:8.10 AS ubi-builder
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ ls -la /checode/
72
72
# Start the machine-exec component in background
73
73
export MACHINE_EXEC_PORT=3333
74
74
nohup /checode/bin/machine-exec --url " 0.0.0.0:${MACHINE_EXEC_PORT} " &
75
+ echo " ENV at startup:" > /checode/env-dump.txt
76
+ env >> /checode/env-dump.txt
75
77
76
78
# Start the checode component based on musl or libc
77
79
You can’t perform that action at this time.
0 commit comments