2024-11-14 07:49:36 UTC
319 MB
/usr/local/kong
KONG_VERSION3.8.1.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:e70dd633c3a82ff3d3a647f7cfc71882040576a13d2648982bb4c3d075c66ed6 - 26.47% (84.4 MB)
[#001] sha256:4ef27b1eec136c7519f606a0edeefc96920f7e98b757c83922fe83c6ce8f37c8 - 0.03% (111 KB)
[#002] sha256:f21a6adaa1f03937375f8d42b1d653bd0654c60116b4634af4eef75c80442aec - 0.0% (229 Bytes)
[#003] sha256:0335e2b0de3abdc8d92f5ea236f0c895234c04ecd391fb59f8f1dc8e4593d797 - 73.5% (234 MB)
[#004] sha256:27a63b053eee6ecda1bd0dc6045567558867aa4ea09412312e42ce62b793e8c8 - 0.0% (1.14 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc."
2024-11-13 17:20:07 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-13 17:20:07 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.5" distribution-scope="public"
2024-11-13 17:20:07 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-13 17:20:07 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
2024-11-13 17:20:07 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."
2024-11-13 17:20:07 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."
2024-11-13 17:20:07 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
2024-11-13 17:20:07 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-13 17:20:07 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
2024-11-13 17:20:07 UTC/bin/sh -c #(nop) ENV container oci
2024-11-13 17:20:09 UTC/bin/sh -c #(nop) COPY dir:ba4831586e47630cfc4837a80b3c2dcae6159429dfc338826e2ce717f0c470ab in /
2024-11-13 17:20:09 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-13 17:20:09 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-13 17:20:10 UTC/bin/sh -c #(nop) LABEL "build-date"="2024-11-13T17:19:18" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4791df7b99a7414ef74cb63e54e6405dc4ca3a15" "build-date"="2024-11-13T17:11:29Z" "release"="1731517889"
2024-11-13 17:20:38 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-9-5:4791df7b99a7414ef74cb63e54e6405dc4ca3a15-linux-x86-64)/bin/sh
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ARG KONG_VERSION=3.8.1.0
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ENV KONG_VERSION=3.8.1.0
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)LABEL name=Kong vendor=Kong version=3.8.1.0 release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ARG PACKAGE_DISTRO=el9
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ARG KONG_PREFIX=/usr/local/kong
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ENV KONG_PREFIX=/usr/local/kong
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ARG EE_PORTS=8002 8445 8003 8446 8004 8447
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT=kong.el9.amd64.rpm
2024-11-14 07:49:11 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT_PATH=bazel-bin/pkg
2024-11-14 07:49:36 UTC (buildkit.dockerfile.v0)RUN |7 KONG_VERSION=3.8.1.0 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
2024-11-14 07:49:36 UTC (buildkit.dockerfile.v0)COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit
2024-11-14 07:49:36 UTC (buildkit.dockerfile.v0)USER kong
2024-11-14 07:49:36 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-11-14 07:49:36 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:{}]
2024-11-14 07:49:36 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2024-11-14 07:49:36 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" "0s" '\n'}
2024-11-14 07:49:36 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.