ixt (v0.17.8)
Published 2026-03-29 18:08:30 +02:00 by buildagent
Installation
docker pull git.h-dv.de/h-dv/ixt:v0.17.8sha256:204b17623184f4236d4a7d07c96ee7fcc96d59a0e9f5c8beafbdf028ea3f9b72Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| LABEL ixt.variant=minimal |
| LABEL ixt.description=IXT runtime for Native and WASM modules |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* && useradd -u 1000 -m 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 Native and WASM modules |
| ixt.variant | minimal |
Details
2026-03-29 18:08:30 +02:00
Versions (46)
View all
Container
0
OCI / Docker
linux/amd64
47 MiB
latest-full
2026-05-04
main-379c75c-full
2026-05-04
latest
2026-05-04
main-379c75c
2026-05-04
main-76211c4-full
2026-05-04