Sign inSign up

inferadb/control:nightly-20260906

Multi-platform
Index digest

sha256:d79447c30c841ef89763bca724d2e94d303be12854c03ee82a78a7e4fc25e11a

OS/ARCH

Compressed size

40.24 MB

Last pushed

12 days by evansims

Type

Image

Manifest digest

sha256:5f7f0fc19bfb4fbff72aee57fa9c715d2e626b5f389f1252338b041933fb3c60

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2LABEL org.opencontainers.image.title=InferaDB Control0 B
3LABEL org.opencontainers.image.description=InferaDB Control Plane API0 B
4LABEL org.opencontainers.image.vendor=InferaDB0 B
5LABEL org.opencontainers.image.licenses=BSL-1.10 B
6LABEL org.opencontainers.image.source=https://github.com/inferadb/inferadb0 B
7LABEL org.opencontainers.image.documentation=https://docs.inferadb.com0 B
8RUN /bin/sh -c apt-get update5.71 MB
9RUN /bin/sh -c useradd -r1.11 KB
10USER nonroot:nonroot0 B
11WORKDIR /app102 B
12COPY --chown=nonroot:nonroot /app/target/release/inferadb-control /app/inferadb-control #7.6 MB
13EXPOSE [9090/tcp]0 B
14HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s0 B
15ENV INFERADB__CONTROL__LOG_LEVEL=info0 B
16ENV RUST_BACKTRACE=10 B
17VOLUME [/data]0 B
18ENTRYPOINT ["/app/inferadb-control"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'