sha256:acef4018a671971f7b79c10083fbd8e56ea5f1c186743a1c61aa52ad225d75a4
OS/ARCH
Compressed size
53.48 MB
Last pushed
8 months by roryfig
Type
Image
Manifest digest
sha256:edeabec64c9668b4851c68c1f11369dffacdef9b6f0e092299fa939c6807576d
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 # buildkit9.87 MB11COPY /app/wasm-plugins /app/wasm-plugins # buildkit1.03 MB12COPY /app/services/control-plane/migrations /app/migrations # buildkit33.32 KB13RUN /bin/sh -c chown -R10.93 MB14ARG VERSION=main-3b0c0de70 B15ARG GIT_SHA=3b0c0de7d2d1acd140e554d4ceadfbd1acd199e20 B16ARG BUILD_TIME=2025-12-20T08:05:53Z0 B17LABEL org.opencontainers.image.version=main-3b0c0de7 org.opencontainers.image.revision=3b0c0de7d2d1acd140e554d4ceadfbd1acd199e2 org.opencontainers.image.created=2025-12-20T08:05:53Z org.opencontainers.image.title=API0 B18ENV RUST_LOG=info VERSION=main-3b0c0de7 GIT_SHA=3b0c0de7d2d1acd140e554d4ceadfbd1acd199e2 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