Skip to content

Commit b735ee2

Browse files
committed
[Draft] Test che-machine-exec with cli watcher
Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 2bff19c commit b735ee2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/dockerfiles/assembly.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM linux-libc-ubi9 as linux-libc-ubi9-content
1212
FROM 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-9 as machine-exec
1616

1717
# https://registry.access.redhat.com/ubi8/ubi
1818
FROM registry.access.redhat.com/ubi8/ubi:8.10 AS ubi-builder

build/scripts/entrypoint-volume.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ ls -la /checode/
7272
# Start the machine-exec component in background
7373
export MACHINE_EXEC_PORT=3333
7474
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
7577

7678
# Start the checode component based on musl or libc
7779

0 commit comments

Comments
 (0)