sha256:3438fa5bde4c372f2283611d4d7e55b6fe68f389c5cdc3ff61818347ecd0f1d8
OS/ARCH
Compressed size
53.55 MB
Last pushed
8 months by roryfig
Type
Image
Manifest digest
sha256:0da0b7905d0ed8d30c5c795b4bedcbe8dc0eea9c608e2719d55ceaab45de8a09
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 # buildkit10.3 MB11COPY /app/wasm-plugins /app/wasm-plugins # buildkit1.03 MB12COPY /app/services/control-plane/migrations /app/migrations # buildkit33.32 KB13RUN /bin/sh -c chown -R11.37 MB14ARG VERSION=main-bdaf1dd50 B15ARG GIT_SHA=bdaf1dd58d3321bcef7abb1a035f0dc4f67169eb0 B16ARG BUILD_TIME=2025-12-20T11:43:56Z0 B17LABEL org.opencontainers.image.version=main-bdaf1dd5 org.opencontainers.image.revision=bdaf1dd58d3321bcef7abb1a035f0dc4f67169eb org.opencontainers.image.created=2025-12-20T11:43:56Z org.opencontainers.image.title=API0 B18ENV RUST_LOG=info VERSION=main-bdaf1dd5 GIT_SHA=bdaf1dd58d3321bcef7abb1a035f0dc4f67169eb 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