sha256:1de452b6be9dc5f4139142ed52f1e3d05f8ef80fc09481ebea1f8c5a12871a6d
OS/ARCH
Compressed size
40.23 MB
Last pushed
8 days by evansims
Type
Image
Manifest digest
sha256:56e2cd3aa09fd5a38f8d1d049e4e86a1258609cef7dd803d5c84e0cac59fef58
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2LABEL org.opencontainers.image.title=InferaDB Control0 B3LABEL org.opencontainers.image.description=InferaDB Control Plane API0 B4LABEL org.opencontainers.image.vendor=InferaDB0 B5LABEL org.opencontainers.image.licenses=BSL-1.10 B6LABEL org.opencontainers.image.source=https://github.com/inferadb/inferadb0 B7LABEL org.opencontainers.image.documentation=https://docs.inferadb.com0 B8RUN /bin/sh -c apt-get update5.71 MB9RUN /bin/sh -c useradd -r1.11 KB10USER nonroot:nonroot0 B11WORKDIR /app102 B12COPY --chown=nonroot:nonroot /app/target/release/inferadb-control /app/inferadb-control #7.6 MB13EXPOSE [9090/tcp]0 B14HEALTHCHECK {Test:[NONE] Interval:0s Timeout:0s StartPeriod:0s0 B15ENV INFERADB__CONTROL__LOG_LEVEL=info0 B16ENV RUST_BACKTRACE=10 B17VOLUME [/data]0 B18ENTRYPOINT ["/app/inferadb-control"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'