sha256:ff5da40e39cc2e5cae671f9c84bcf16a603d24da3c6aa41a8e453d0dccb8f3b5
OS/ARCH
linux/amd64
Compressed size
273.8 MB
Last pushed
27 days by kong
Type
Image
Manifest digest
sha256:ff5da40e39cc2e5cae671f9c84bcf16a603d24da3c6aa41a8e453d0dccb8f3b5
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B7ARG KONG_VERSION=3.13.0.90 B8ENV KONG_VERSION=3.13.0.90 B9ARG KONG_PREFIX=/usr/local/kong0 B10ENV KONG_PREFIX=/usr/local/kong0 B11ARG EE_PORTS=8002 8445 8003 84460 B12ARG TARGETARCH=amd640 B13ARG KONG_ARTIFACT=kong.amd64.deb0 B14ARG KONG_ARTIFACT_PATH=bazel-bin/pkg0 B15RUN |6 KONG_VERSION=3.13.0.9 KONG_PREFIX=/usr/local/kong EE_PORTS=8002104.4 MB16COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit1.14 KB17USER kong0 B18ENTRYPOINT ["/entrypoint.sh"]0 B19EXPOSE [8002/tcp 8445/tcp 8003/tcp 8446/tcp0 B20STOPSIGNAL SIGQUIT0 B21HEALTHCHECK {Test:[CMD-SHELL kong-health] Interval:1m0s Timeout:10s0 B22CMD ["kong" "docker-start"]0 B23USER root0 B24COPY ./kong/plugins/serverless-rate-limiting /usr/local/share/lua/5.1/kong/plugins/serverless-rate-limiting # buildkit2.06 KB25COPY ./kong/plugins/serverless-request-size-limiting /usr/local/share/lua/5.1/kong/plugins/serverless-request-size-limiting # buildkit1.6 KB26RUN /bin/sh -c apt-get update64.23 MB27RUN /bin/sh -c cp /etc/cron.daily/logrotate367 B28RUN /bin/sh -c unlink /etc/logrotate.d/kong-enterprise-edition168 B29COPY kong.logrotate /etc/logrotate.d # buildkit399 B30RUN /bin/sh -c curl https://packages.timber.io/vector/0.45.0/vector_0.45.0-1_amd64.deb30.25 MB31RUN /bin/sh -c dpkg -i46.56 MB32COPY vector.sh /vector.sh # buildkit221 B33RUN /bin/sh -c chmod +x221 B34COPY vector.yaml /vector.yaml # buildkit1.03 KB35COPY cert-permissions.sh /cert-permissions.sh # buildkit591 B36RUN /bin/sh -c chmod +x591 B37COPY monitor.sh /monitor.sh # buildkit790 B38RUN /bin/sh -c chmod +x791 B39USER kong0 BCommand
ARG RELEASE