Confirm zil-graph-worker base image is Debian (not Alpine)

Type: bash Component: zil-graph-worker Tags: docker,onnxruntime,alpine,debian,native-modules Assertion: contains Last result:
Validates

Verifies the Docker base image is node:20-slim (Debian) not node:20-alpine. Run after a Dockerfile change or if ERR_DLOPEN_FAILED appears.

Assertion Value
debian
Expected Output
ID=debian or NAME="Debian GNU/Linux" — confirms glibc is present and onnxruntime-node will load.
Script
docker exec zil-graph-worker cat /etc/os-release | grep -E "^ID=|^NAME="
Run Tool

Run History

No runs yet