{"architecture":"amd64","config":{"Hostname":"","Domainname":"","User":"kong","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8000/tcp":{},"8001/tcp":{},"8443/tcp":{},"8444/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","ASSET=ce","KONG_VERSION=3.4.0"],"Cmd":["kong","docker-start"],"Healthcheck":{"Test":["CMD-SHELL","kong health"],"Interval":10000000000,"Timeout":10000000000,"Retries":10},"Image":"sha256:f000cbdbc7ee14b4147b027e5d847a45b6dae6b9cff5985eb07f52a2ea64e1fa","Volumes":null,"WorkingDir":"","Entrypoint":["/docker-entrypoint.sh"],"OnBuild":null,"Labels":{"maintainer":"Kong Docker Maintainers \u003cdocker@konghq.com\u003e (@team-gateway-bot)","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"StopSignal":"SIGQUIT"},"container":"a7bda492a5e60b8027cd1ced28854b5274c85340f1c3b9c6c98c134b32cac868","container_config":{"Hostname":"a7bda492a5e6","Domainname":"","User":"kong","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8000/tcp":{},"8001/tcp":{},"8443/tcp":{},"8444/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","ASSET=ce","KONG_VERSION=3.4.0"],"Cmd":["/bin/sh","-c","#(nop) ","CMD [\"kong\" \"docker-start\"]"],"Healthcheck":{"Test":["CMD-SHELL","kong health"],"Interval":10000000000,"Timeout":10000000000,"Retries":10},"Image":"sha256:f000cbdbc7ee14b4147b027e5d847a45b6dae6b9cff5985eb07f52a2ea64e1fa","Volumes":null,"WorkingDir":"","Entrypoint":["/docker-entrypoint.sh"],"OnBuild":null,"Labels":{"maintainer":"Kong Docker Maintainers \u003cdocker@konghq.com\u003e (@team-gateway-bot)","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"StopSignal":"SIGQUIT"},"created":"2023-09-02T01:17:44.350753784Z","docker_version":"20.10.23","history":[{"created":"2023-08-16T06:01:52.212525867Z","created_by":"/bin/sh -c #(nop)  ARG RELEASE","empty_layer":true},{"created":"2023-08-16T06:01:52.273372263Z","created_by":"/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH","empty_layer":true},{"created":"2023-08-16T06:01:52.341115401Z","created_by":"/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu","empty_layer":true},{"created":"2023-08-16T06:01:52.398293786Z","created_by":"/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04","empty_layer":true},{"created":"2023-08-16T06:01:54.070511281Z","created_by":"/bin/sh -c #(nop) ADD file:aa9b51e9f0067860cebbc9930374452d1384ec3c59badb5e4733130eedc90329 in / "},{"created":"2023-08-16T06:01:54.322918183Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/bash\"]","empty_layer":true},{"created":"2023-09-02T01:16:57.572899302Z","created_by":"/bin/sh -c #(nop)  LABEL maintainer=Kong Docker Maintainers \u003cdocker@konghq.com\u003e (@team-gateway-bot)","empty_layer":true},{"created":"2023-09-02T01:16:57.663428785Z","created_by":"/bin/sh -c #(nop)  ARG ASSET=ce","empty_layer":true},{"created":"2023-09-02T01:16:57.745508267Z","created_by":"/bin/sh -c #(nop)  ENV ASSET=ce","empty_layer":true},{"created":"2023-09-02T01:16:57.827503197Z","created_by":"/bin/sh -c #(nop)  ARG EE_PORTS","empty_layer":true},{"created":"2023-09-02T01:16:57.923769988Z","created_by":"/bin/sh -c #(nop) COPY file:c24b3b9739a4614fa0679c1a90bac51eb61f9f84b2b02c5c24925e0c84878649 in /tmp/kong.deb "},{"created":"2023-09-02T01:16:58.002508156Z","created_by":"/bin/sh -c #(nop)  ARG KONG_VERSION=3.4.0","empty_layer":true},{"created":"2023-09-02T01:16:58.083324089Z","created_by":"/bin/sh -c #(nop)  ENV KONG_VERSION=3.4.0","empty_layer":true},{"created":"2023-09-02T01:16:58.16393834Z","created_by":"/bin/sh -c #(nop)  ARG KONG_AMD64_SHA=9a4203174a29895d5dd71092a05b15b26ee9644e068d14d970aed28461d358fa","empty_layer":true},{"created":"2023-09-02T01:16:58.254821366Z","created_by":"/bin/sh -c #(nop)  ARG KONG_ARM64_SHA=b64e19216ce125039a6a832dc93bf277e05f233a91f1647b351cad3f166edd81","empty_layer":true},{"created":"2023-09-02T01:17:43.305649071Z","created_by":"|2 KONG_AMD64_SHA=9a4203174a29895d5dd71092a05b15b26ee9644e068d14d970aed28461d358fa KONG_ARM64_SHA=b64e19216ce125039a6a832dc93bf277e05f233a91f1647b351cad3f166edd81 /bin/sh -c set -ex;     arch=$(dpkg --print-architecture);     case \"${arch}\" in       amd64) KONG_SHA256=$KONG_AMD64_SHA ;;       arm64) KONG_SHA256=$KONG_ARM64_SHA ;;     esac;     apt-get update     \u0026\u0026 if [ \"$ASSET\" = \"ce\" ] ; then       apt-get install -y curl       \u0026\u0026 UBUNTU_CODENAME=$(cat /etc/os-release | grep UBUNTU_CODENAME | cut -d = -f 2)       \u0026\u0026 curl -fL https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-ubuntu-${UBUNTU_CODENAME}/pool/all/k/kong/kong_${KONG_VERSION}_$arch.deb -o /tmp/kong.deb       \u0026\u0026 apt-get purge -y curl       \u0026\u0026 echo \"$KONG_SHA256  /tmp/kong.deb\" | sha256sum -c -       || exit 1;     else       apt-get upgrade -y ;     fi;     apt-get install -y --no-install-recommends unzip git     \u0026\u0026 apt install --yes /tmp/kong.deb     \u0026\u0026 rm -rf /var/lib/apt/lists/*     \u0026\u0026 rm -rf /tmp/kong.deb     \u0026\u0026 chown kong:0 /usr/local/bin/kong     \u0026\u0026 chown -R kong:0 /usr/local/kong     \u0026\u0026 ln -sf /usr/local/openresty/bin/resty /usr/local/bin/resty     \u0026\u0026 ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit     \u0026\u0026 ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua     \u0026\u0026 ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx     \u0026\u0026 if [ \"$ASSET\" = \"ce\" ] ; then       kong version ;     fi"},{"created":"2023-09-02T01:17:43.853305739Z","created_by":"/bin/sh -c #(nop) COPY file:6bb80898c17e8239746044c0d891f54029077cb7b848c170e71b40f6e2243e33 in /docker-entrypoint.sh "},{"created":"2023-09-02T01:17:43.933688266Z","created_by":"/bin/sh -c #(nop)  USER kong","empty_layer":true},{"created":"2023-09-02T01:17:44.016844785Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"/docker-entrypoint.sh\"]","empty_layer":true},{"created":"2023-09-02T01:17:44.098325377Z","created_by":"/bin/sh -c #(nop)  EXPOSE 8000 8001 8443 8444","empty_layer":true},{"created":"2023-09-02T01:17:44.180921367Z","created_by":"/bin/sh -c #(nop)  STOPSIGNAL SIGQUIT","empty_layer":true},{"created":"2023-09-02T01:17:44.263986511Z","created_by":"/bin/sh -c #(nop)  HEALTHCHECK \u0026{[\"CMD-SHELL\" \"kong health\"] \"10s\" \"10s\" \"0s\" '\\n'}","empty_layer":true},{"created":"2023-09-02T01:17:44.350753784Z","created_by":"/bin/sh -c #(nop)  CMD [\"kong\" \"docker-start\"]","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:dc0585a4b8b71f7f4eb8f2e028067f88aec780d9ab40c948a8d431c1aeadeeb5","sha256:d99f0dc76bc16a00c1f2b7491586d8f1766129beb457f4b615c7f68d9ca196c4","sha256:3181c2cfab97d967cfea0ab632ed2d4d9cda15716f952af8b0a72ee8e9593b14","sha256:149de65fb5151d545f9e873b2c9186a66220235a1b19bb0477b7a4bc295290eb"]}}