ixt (latest)
Published 2026-03-24 23:27:37 +01:00 by buildagent
Installation
docker pull git.h-dv.de/h-dv/ixt:latestsha256:d57560baa0be9d8acd6bc9e879b73923454c53b60010640718b2849aa869307fImage layers
| ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL ixt.variant=minimal |
| LABEL ixt.description=IXT runtime for WASM and Native modules |
| RUN /bin/sh -c apk add --no-cache ca-certificates curl && adduser -D -u 1000 -g 1000 ixt && mkdir -p /data /data/data /data/logs /data/trust /data/tmp /data/modules /etc/ixt /var/log/ixt /tls && chown -R ixt:ixt /data /etc/ixt /var/log/ixt /tls # buildkit |
| COPY /build/ixt-host /usr/local/bin/ixt-host # buildkit |
| COPY deploy/docker/config/standalone.toml /etc/ixt/config.toml # buildkit |
| USER 1000 |
| WORKDIR /data |
| EXPOSE map[7070/tcp:{} 8080/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "30s" "10s" "15s" '\x03'} |
| VOLUME [/data] |
| ENV IXT_DATA_DIR=/data RUST_BACKTRACE=1 |
| ENTRYPOINT ["/usr/local/bin/ixt-host"] |
| CMD ["--config" "/etc/ixt/config.toml"] |
Labels
| Key | Value |
|---|---|
| ixt.description | IXT runtime for WASM and Native modules |
| ixt.variant | minimal |
Details
2026-03-24 23:27:37 +01:00
Versions (20)
View all
Container
0
OCI / Docker
linux/amd64
20 MiB
latest-full
2026-03-24
v0.17.5-full
2026-03-24
latest
2026-03-24
v0.17.5
2026-03-24
v0.17.4-full
2026-03-24