data-plane (sha256:3fa702872b97451448ed4fb0b1de7a165265aa589594d8158652c9f16b3e8c52)
Published 2026-03-24 20:41:14 +00:00 by cattlegrid
Installation
docker pull build.cattlegrid.uk/cattlegrid/data-plane@sha256:3fa702872b97451448ed4fb0b1de7a165265aa589594d8158652c9f16b3e8c52sha256:3fa702872b97451448ed4fb0b1de7a165265aa589594d8158652c9f16b3e8c52About this package
Multi-tenant API security gateway proxy with content inspection and rate limiting
Image layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1769990400' |
| RUN /bin/sh -c useradd --uid 1993 --user-group deno && mkdir /deno-dir/ && chown deno:deno /deno-dir/ # buildkit |
| ENV DENO_USE_CGROUPS=1 |
| ENV DENO_DIR=/deno-dir/ |
| ENV DENO_INSTALL_ROOT=/usr/local |
| ARG DENO_VERSION=2.6.10 |
| ENV DENO_VERSION=2.6.10 |
| COPY /deno /usr/bin/deno # buildkit |
| COPY /tini /tini # buildkit |
| COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit |
| RUN |1 DENO_VERSION=2.6.10 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit |
| ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"] |
| CMD ["eval" "console.log('Welcome to Deno!')"] |
| LABEL org.opencontainers.image.title=CattleGrid Data Plane |
| LABEL org.opencontainers.image.description=Multi-tenant API security gateway proxy with content inspection and rate limiting |
| LABEL org.opencontainers.image.vendor=CattleGrid |
| WORKDIR /app |
| COPY /deno-dir /deno-dir # buildkit |
| COPY --chown=deno:deno apps/data-plane/deno.json apps/data-plane/deno.lock* ./ # buildkit |
| COPY --chown=deno:deno apps/data-plane/src/*.ts src/ # buildkit |
| RUN /bin/sh -c deno check src/main.ts # buildkit |
| USER deno |
| ENV PORT=8080 |
| ENV METRICS_PORT=9090 |
| EXPOSE [8080/tcp 9090/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "deno eval \"try { const r = await fetch('http://localhost:' + (Deno.env.get('PORT') ?? '8080') + '/health'); if (!r.ok) Deno.exit(1); } catch { Deno.exit(1); }\""] "15s" "5s" "30s" "0s" '\x03'} |
| CMD ["deno" "run" "--allow-net" "--allow-env" "--allow-read" "--allow-write" "src/main.ts"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Multi-tenant API security gateway proxy with content inspection and rate limiting |
| org.opencontainers.image.title | CattleGrid Data Plane |
| org.opencontainers.image.vendor | CattleGrid |
Details
2026-03-24 20:41:14 +00:00
Versions (38)
View all
Container
3
OCI / Docker
linux/amd64
78 MiB
sha-d88eb22
2026-04-16
latest
2026-04-16
sha-090aebf
2026-04-16
sha-b2f4c8a
2026-04-15
sha-ac02b2a
2026-04-14