roryfig/api-gateway-control-plane:main-b0f363e6

Multi-platform
Index digest

sha256:e81ceffafcb0eb77f7115649f6548c41f26a4df9f0b46144aeebe9fb3956217a

OS/ARCH

Compressed size

53.55 MB

Last pushed

8 months by roryfig

Type

Image

Manifest digest

sha256:9ccbe1e7c66ec7347225750f88852c1028fc269275780cb68067aec19878ea72

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=24.040 B
5ADD file ... in / 27.52 MB
6CMD ["/bin/bash"]0 B
7RUN /bin/sh -c apt-get update3.29 MB
8RUN /bin/sh -c groupadd -f32 B
9WORKDIR /app93 B
10COPY /app/target/release/control-plane /app/control-plane # buildkit10.3 MB
11COPY /app/wasm-plugins /app/wasm-plugins # buildkit1.03 MB
12COPY /app/services/control-plane/migrations /app/migrations # buildkit33.33 KB
13RUN /bin/sh -c chown -R11.37 MB
14ARG VERSION=main-b0f363e60 B
15ARG GIT_SHA=b0f363e69d97066433d74acd7b790a7ca2657bf10 B
16ARG BUILD_TIME=2025-12-20T08:52:36Z0 B
17LABEL org.opencontainers.image.version=main-b0f363e6 org.opencontainers.image.revision=b0f363e69d97066433d74acd7b790a7ca2657bf1 org.opencontainers.image.created=2025-12-20T08:52:36Z org.opencontainers.image.title=API0 B
18ENV RUST_LOG=info VERSION=main-b0f363e6 GIT_SHA=b0f363e69d97066433d74acd7b790a7ca2657bf1 WASM_PLUGINS_DIR=/app/wasm-plugins0 B
19EXPOSE [8080/tcp]0 B
20HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B
21USER 10000 B
22CMD ["/app/control-plane"]0 B

Command

 ARG RELEASE