ixt (v0.17.3)

Published 2026-03-23 14:56:13 +01:00 by buildagent

Installation

docker pull git.h-dv.de/h-dv/ixt:v0.17.3
sha256:9647166da23ee24181f0528f1e88284a774dadd9e0ebf70d8e55c7b58c9ac209

Image 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
Container
2026-03-23 14:56:13 +01:00
0
OCI / Docker
linux/amd64
21 MiB
Versions (20) View all
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