2025-04-29 01:57:41 UTC
369 MB
/usr/local/kong
KONG_VERSION3.4.3.18
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:24626d2b50367d914dc5b504c0d949ddc1b00e25e45ac39786bbeea7a68f7045 - 20.57% (75.9 MB)
[#001] sha256:2963967acde4aa2fe7ce33944bc4aaaa071653be1ed692ecc1d7cad68c3263f0 - 0.0% (227 Bytes)
[#002] sha256:32896fa7df9b458e8b7c6520d697241bc69e3c352d734861da6804262f206dbe - 19.42% (71.7 MB)
[#003] sha256:69adffe72387f904fb52868bb1a4f0575df03718d109017f1e901e1669de35c0 - 60.01% (221 MB)
[#004] sha256:82411126bba656b4f47aabedd813649f22f0af1e9112284d22fd763d6cbd8cfa - 0.0% (1.14 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc."
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.5" distribution-scope="public"
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
2025-04-28 15:33:42 UTC/bin/sh -c #(nop) ENV container oci
2025-04-28 15:33:43 UTC/bin/sh -c #(nop) COPY dir:0b5ad9e7b2278f0a72171d77f178b383d910ebd44b85411a07e9f9f8cd7232ac in /
2025-04-28 15:33:43 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-04-28 15:33:43 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-28 15:33:43 UTC/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json
2025-04-28 15:33:44 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-04-28T15:33:11" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="ef653792409ae12e17049047994ce871f185073a" "release"="1745854298"
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG KONG_VERSION=3.4.3.18
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ENV KONG_VERSION=3.4.3.18
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)LABEL name=Kong vendor=Kong version=3.4.3.18 release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG PACKAGE_DISTRO=el9
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG KONG_PREFIX=/usr/local/kong
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ENV KONG_PREFIX=/usr/local/kong
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG EE_PORTS=8002 8445 8003 8446 8004 8447
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT=kong.el9.amd64.rpm
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT_PATH=bazel-bin/pkg/
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)COPY bazel-bin/pkg/kong.el9.amd64.rpm /tmp/kong.rpm # buildkit
2025-04-29 01:57:41 UTC (buildkit.dockerfile.v0)RUN |7 KONG_VERSION=3.4.3.18 PACKAGE_DISTRO=el9 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.el9.amd64.rpm KONG_ARTIFACT_PATH=bazel-bin/pkg/ /bin/sh -c yum update -y && yum install -y /tmp/kong.rpm && rm /tmp/kong.rpm && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && ln -sf /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && yum install -y bind-utils lsof nano net-tools && yum clean all && kong version # buildkit
2025-04-29 01:57:41 UTC (buildkit.dockerfile.v0)COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit
2025-04-29 01:57:41 UTC (buildkit.dockerfile.v0)USER kong
2025-04-29 01:57:41 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2025-04-29 01:57:41 UTC (buildkit.dockerfile.v0)EXPOSE map[8000/tcp:{} 8001/tcp:{} 8002/tcp:{} 8003/tcp:{} 8004/tcp:{} 8443/tcp:{} 8444/tcp:{} 8445/tcp:{} 8446/tcp:{} 8447/tcp:{}]
2025-04-29 01:57:41 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2025-04-29 01:57:41 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" "0s" '\n'}
2025-04-29 01:57:41 UTC (buildkit.dockerfile.v0)CMD ["kong" "docker-start"]
2025-04-29 01:59:38 UTC
362 MB
/usr/local/kong
KONG_VERSION3.4.3.18
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:2a8a3a99195e772f11741f3dec6155843b785ae707d115b52de0b021324661df - 20.37% (73.8 MB)
[#001] sha256:bb4acedf4904343a2e1d4499654de668b0e1a243708966feaa5679cbb762f3e7 - 0.0% (228 Bytes)
[#002] sha256:0f7de012e9bc8594fa88849f0beb0025a496d957d7df1320c487e71c989ea8d0 - 19.89% (72 MB)
[#003] sha256:8622c365c7fc87c53e241eab2539293e3756d73eb76869dba60dd6ade314052c - 59.74% (216 MB)
[#004] sha256:82411126bba656b4f47aabedd813649f22f0af1e9112284d22fd763d6cbd8cfa - 0.0% (1.14 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc."
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.5" distribution-scope="public"
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
2025-04-28 15:36:25 UTC/bin/sh -c #(nop) ENV container oci
2025-04-28 15:36:28 UTC/bin/sh -c #(nop) COPY dir:ebea031b317a398dfdd6e55a0c7e6e14a9d550fddabf86bedddd549cced4f72a in /
2025-04-28 15:36:28 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-04-28 15:36:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-28 15:36:28 UTC/bin/sh -c #(nop) COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json
2025-04-28 15:36:29 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-04-28T15:35:52" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="ef653792409ae12e17049047994ce871f185073a" "release"="1745854298"
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG KONG_VERSION=3.4.3.18
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ENV KONG_VERSION=3.4.3.18
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)LABEL name=Kong vendor=Kong version=3.4.3.18 release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG PACKAGE_DISTRO=el9
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG KONG_PREFIX=/usr/local/kong
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ENV KONG_PREFIX=/usr/local/kong
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG EE_PORTS=8002 8445 8003 8446 8004 8447
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=arm64
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT=kong.el9.arm64.rpm
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT_PATH=bazel-bin/pkg/
2025-04-29 01:57:21 UTC (buildkit.dockerfile.v0)COPY bazel-bin/pkg/kong.el9.arm64.rpm /tmp/kong.rpm # buildkit
2025-04-29 01:59:38 UTC (buildkit.dockerfile.v0)RUN |7 KONG_VERSION=3.4.3.18 PACKAGE_DISTRO=el9 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=arm64 KONG_ARTIFACT=kong.el9.arm64.rpm KONG_ARTIFACT_PATH=bazel-bin/pkg/ /bin/sh -c yum update -y && yum install -y /tmp/kong.rpm && rm /tmp/kong.rpm && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && ln -sf /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && yum install -y bind-utils lsof nano net-tools && yum clean all && kong version # buildkit
2025-04-29 01:59:38 UTC (buildkit.dockerfile.v0)COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit
2025-04-29 01:59:38 UTC (buildkit.dockerfile.v0)USER kong
2025-04-29 01:59:38 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2025-04-29 01:59:38 UTC (buildkit.dockerfile.v0)EXPOSE map[8000/tcp:{} 8001/tcp:{} 8002/tcp:{} 8003/tcp:{} 8004/tcp:{} 8443/tcp:{} 8444/tcp:{} 8445/tcp:{} 8446/tcp:{} 8447/tcp:{}]
2025-04-29 01:59:38 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2025-04-29 01:59:38 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" "0s" '\n'}
2025-04-29 01:59:38 UTC (buildkit.dockerfile.v0)CMD ["kong" "docker-start"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.