sha256:4a6593aef3d537a6c0d58a293189f9b9416d40e124fa827db080263e72c76263
OS/ARCH
linux/amd64
Compressed size
284.63 MB
Last pushed
11 months by kong
Type
Image
Manifest digest
sha256:4a6593aef3d537a6c0d58a293189f9b9416d40e124fa827db080263e72c76263
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 B8ARG KONG_VERSION=3.12.0.00 B9ENV KONG_VERSION=3.12.0.00 B10ARG KONG_PREFIX=/usr/local/kong0 B11ENV KONG_PREFIX=/usr/local/kong0 B12ARG EE_PORTS=8002 8445 8003 84460 B13ARG TARGETARCH=amd640 B14ARG KONG_ARTIFACT=kong.amd64.deb0 B15ARG KONG_ARTIFACT_PATH=bazel-bin/pkg0 B16RUN |6 KONG_VERSION=3.12.0.0 KONG_PREFIX=/usr/local/kong EE_PORTS=8002115.48 MB17COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit1.14 KB18USER kong0 B19ENTRYPOINT ["/entrypoint.sh"]0 B20EXPOSE &{[{{45 0} {45 0}}]0 B21STOPSIGNAL SIGQUIT0 B22HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s"0 B23CMD ["kong" "docker-start"]0 B24USER root0 B25COPY ./kong/plugins/serverless-rate-limiting /usr/local/share/lua/5.1/kong/plugins/serverless-rate-limiting # buildkit2.06 KB26COPY ./kong/plugins/serverless-request-size-limiting /usr/local/share/lua/5.1/kong/plugins/serverless-request-size-limiting # buildkit1.6 KB27RUN /bin/sh -c apt-get update63.99 MB28RUN /bin/sh -c cp /etc/cron.daily/logrotate365 B29RUN /bin/sh -c unlink /etc/logrotate.d/kong-enterprise-edition167 B30COPY kong.logrotate /etc/logrotate.d # buildkit402 B31RUN /bin/sh -c curl https://packages.timber.io/vector/0.45.0/vector_0.45.0-1_amd64.deb30.25 MB32RUN /bin/sh -c dpkg -i46.56 MB33COPY vector.sh /vector.sh # buildkit223 B34RUN /bin/sh -c chmod +x222 B35COPY vector.yaml /vector.yaml # buildkit1.03 KB36COPY cert-permissions.sh /cert-permissions.sh # buildkit593 B37RUN /bin/sh -c chmod +x591 B38COPY monitor.sh /monitor.sh # buildkit792 B39RUN /bin/sh -c chmod +x792 B40USER kong0 BCommand
ARG RELEASE