sha256:be8db7daddefcf80aa595db5e193ba832adc1261c3a6634535b55f31c9d44856
OS/ARCH
linux/arm64
Compressed size
52.83 MB
Last pushed
8 months by roryfig
Type
Image
Manifest digest
sha256:292a15b6156c44f5794d87beaf49ea33ce89e984bf6b275cb290c162f13cd14e
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 / 27.52 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update3.29 MB8RUN /bin/sh -c groupadd -f32 B9WORKDIR /app93 B10COPY /app/target/release/control-plane /app/control-plane # buildkit9.95 MB11COPY /app/wasm-plugins /app/wasm-plugins # buildkit1.03 MB12COPY /app/services/control-plane/migrations /app/migrations # buildkit29.11 KB13RUN /bin/sh -c chown -R11.01 MB14ARG VERSION=main-8c0ffc710 B15ARG GIT_SHA=8c0ffc712ae0db06966e32be364d518da0d85f2f0 B16ARG BUILD_TIME=2025-12-20T02:34:29Z0 B17LABEL org.opencontainers.image.version=main-8c0ffc71 org.opencontainers.image.revision=8c0ffc712ae0db06966e32be364d518da0d85f2f org.opencontainers.image.created=2025-12-20T02:34:29Z org.opencontainers.image.title=API0 B18ENV RUST_LOG=info VERSION=main-8c0ffc71 GIT_SHA=8c0ffc712ae0db06966e32be364d518da0d85f2f 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