sha256:ab902deecd27b9f12ba183501812f195e1a42f27a13b4017d9f823fc8ceb3761
OS/ARCH
Compressed size
38.22 MB
Last pushed
7 months by roryfig
Type
Image
Manifest digest
sha256:272f4619722aaeed9370b16a065822020b07cb1874f0d8a0f08bda48b2f16cc8
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c apt-get update5.31 MB3RUN /bin/sh -c groupadd -g3.24 KB4WORKDIR /app93 B5COPY /app/target/release/control-plane /app/control-plane # buildkit3.05 MB6COPY /app/services/control-plane/migrations /app/migrations # buildkit1.76 KB7RUN /bin/sh -c chown -R3.05 MB8ARG VERSION=unknown-unknown0 B9ARG GIT_SHA=unknown0 B10ARG BUILD_TIME=2025-12-20T10:56:58Z0 B11LABEL org.opencontainers.image.version=unknown-unknown org.opencontainers.image.revision=unknown org.opencontainers.image.created=2025-12-20T10:56:58Z org.opencontainers.image.title=Identity0 B12ENV RUST_LOG=info VERSION=unknown-unknown GIT_SHA=unknown0 B13EXPOSE [8080/tcp]0 B14HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B15USER 10000 B16CMD ["/app/control-plane"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1765152000'