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
1212FROM linux-musl as linux-musl-content
1313
1414# 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-6 as machine-exec
1616
1717# https://registry.access.redhat.com/ubi8/ubi
1818FROM 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/
7272# Start the machine-exec component in background
7373export MACHINE_EXEC_PORT=3333
7474nohup /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
7577
7678# Start the checode component based on musl or libc
7779
You can’t perform that action at this time.
0 commit comments