2025-01-27 13:04:15 UTC
322 MB
/usr/local/kong
KONG_VERSION3.9.0.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:facf1e7dd3e0c59d3a9c051e50a2263491fd2cbfb31a8c9f6b188bf4af6d85cf - 26.23% (84.4 MB)
[#001] sha256:ec465ce79861fa24ca2a402f95f15b884a1c3415778ff7234983bb51befe066c - 0.0% (401 Bytes)
[#002] sha256:662733c665decb1d9b1fae9e3f4f968225aaa488749b972c14c01365ba1cbde8 - 0.0% (228 Bytes)
[#003] sha256:a444d616a85f953f7993639bfb9705408a644f001b4b780453b0d2e61f2af178 - 73.77% (237 MB)
[#004] sha256:4edca681ce52484bc24a3431b03228c58e07dc75c5e0409422d0ee27a69a1b66 - 0.0% (1.14 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc."
2025-01-09 06:36:57 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-01-09 06:36:57 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.5" distribution-scope="public"
2025-01-09 06:36:57 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-01-09 06:36:57 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
2025-01-09 06:36:57 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-01-09 06:36:57 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-01-09 06:36:57 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
2025-01-09 06:36:57 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-01-09 06:36:57 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
2025-01-09 06:36:57 UTC/bin/sh -c #(nop) ENV container oci
2025-01-09 06:36:58 UTC/bin/sh -c #(nop) COPY dir:dcf1e11db7d0b8fded9dcbb2e8ef2a6e83fe013617cbf47c6b18992c8fd3cffe in /
2025-01-09 06:36:58 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-01-09 06:36:58 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-01-09 06:36:59 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-01-09T06:36:12" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="d029ef1bed7f4b1258ff0991bfd682219c5c5b1a" "build-date"="2025-01-09T06:27:16Z" "release"="1736404036"
2025-01-09 06:37:12 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-9-5:d029ef1bed7f4b1258ff0991bfd682219c5c5b1a-linux-x86-64)/bin/sh
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ARG KONG_VERSION=3.9.0.1
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ENV KONG_VERSION=3.9.0.1
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)LABEL name=Kong vendor=Kong version=3.9.0.1 release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ARG PACKAGE_DISTRO=el9
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ARG KONG_PREFIX=/usr/local/kong
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ENV KONG_PREFIX=/usr/local/kong
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ARG EE_PORTS=8002 8445 8003 8446 8004 8447
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT=kong.el9.amd64.rpm
2025-01-27 13:04:00 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT_PATH=bazel-bin/pkg
2025-01-27 13:04:15 UTC (buildkit.dockerfile.v0)RUN |7 KONG_VERSION=3.9.0.1 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/pkg/${KONG_ARTIFACT} && 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-01-27 13:04:15 UTC (buildkit.dockerfile.v0)COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit
2025-01-27 13:04:15 UTC (buildkit.dockerfile.v0)USER kong
2025-01-27 13:04:15 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2025-01-27 13:04:15 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-01-27 13:04:15 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2025-01-27 13:04:15 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" "0s" '\n'}
2025-01-27 13:04:15 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.