sha256:d8e446904cbc841932ba865b10c89baf13c445cad242514eacc8220487efb788
OS/ARCH
Compressed size
54.13 MB
Last pushed
8 months by roryfig
Type
Image
Manifest digest
sha256:44ee0805a4d977f3c47d26fbfc1cbcf70c72aa48f00c077c3b3252bbcc815805
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.35 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update3.27 MB8RUN /bin/sh -c groupadd -f32 B9WORKDIR /app93 B10COPY /app/target/release/control-plane /app/control-plane # buildkit10.19 MB11COPY /app/wasm-plugins /app/wasm-plugins # buildkit1.03 MB12COPY /app/services/control-plane/migrations /app/migrations # buildkit33.33 KB13RUN /bin/sh -c chown -R11.26 MB14ARG VERSION=main-99fec92b0 B15ARG GIT_SHA=99fec92b981619c064184310b2b3e66047e24b530 B16ARG BUILD_TIME=2025-12-20T19:13:50Z0 B17LABEL org.opencontainers.image.version=main-99fec92b org.opencontainers.image.revision=99fec92b981619c064184310b2b3e66047e24b53 org.opencontainers.image.created=2025-12-20T19:13:50Z org.opencontainers.image.title=API0 B18ENV RUST_LOG=info VERSION=main-99fec92b GIT_SHA=99fec92b981619c064184310b2b3e66047e24b53 WASM_PLUGINS_DIR=/app/wasm-plugins0 B19EXPOSE [8080/tcp]0 B20HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B21USER 10000 B22CMD ["/app/control-plane"]0 BCommand
ARG RELEASE