Namespace
library
Image / Tag
kong:2.7.1-centos
Content Digest
sha256:e28fad564ed9e1fc2497aaa480477ec59d4e9070d4a34df6c9b4595ea27062de
Details
Created

2022-02-04 20:21:56 UTC

Size

160 MB

Content Digest
Labels
  • maintainer
    Kong <support@konghq.com>
  • org.label-schema.build-date
    20210915
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS

Environment
ASSET

ce

KONG_VERSION

2.7.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 - 49.76% (79.6 MB)

[#001] sha256:8fb8a137fa2b84d66997b2207a6880267b365a0a2d08a22a00c4965ecbec7f93 - 0.0% (130 Bytes)

[#002] sha256:84e52f2189ec9f889051b62c65ee9867a55688cc7fc30da7b2a4b0a8a3bc9d45 - 50.24% (80.4 MB)

[#003] sha256:14a14f65ebd942c106a8e0708a96c7a257216520e17a67c0aed30cc38cf80348 - 0.0% (881 Bytes)


History
2021-09-15 18:20:04 UTC

/bin/sh -c #(nop) ADD file:805cb5e15fb6e0bb0326ca33fd2942e068863ce2a8491bb71522c652f31fb466 in /

2021-09-15 18:20:04 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20210915

2021-09-15 18:20:05 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2021-09-15 23:21:23 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>

2021-09-15 23:21:23 UTC

/bin/sh -c #(nop) ARG ASSET=ce

2021-09-15 23:21:23 UTC

/bin/sh -c #(nop) ENV ASSET=ce

2021-09-15 23:21:24 UTC

/bin/sh -c #(nop) ARG EE_PORTS

2021-09-15 23:21:24 UTC

/bin/sh -c #(nop) COPY file:ff02c070e4c89f043b176279a7e41464b5fab8cb98cfcd6332fad2d2741fc41d in /tmp/kong.rpm

2022-02-04 20:21:07 UTC

/bin/sh -c #(nop) ARG KONG_VERSION=2.7.1

2022-02-04 20:21:07 UTC

/bin/sh -c #(nop) ENV KONG_VERSION=2.7.1

2022-02-04 20:21:07 UTC

/bin/sh -c #(nop) ARG KONG_SHA256=d3769c15297d1b1b20cf684792a664ac851977b2c466f2776f2ae705708539e6

2022-02-04 20:21:53 UTC

|1 KONG_SHA256=d3769c15297d1b1b20cf684792a664ac851977b2c466f2776f2ae705708539e6 /bin/sh -c set -ex; sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* || true; sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-* || true; yum clean all; if [ "$ASSET" = "ce" ] ; then curl -fL https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-centos-8/Packages/k/kong-$KONG_VERSION.el8.amd64.rpm -o /tmp/kong.rpm && echo "$KONG_SHA256 /tmp/kong.rpm" | sha256sum -c -; else yum update -y && yum upgrade -y ; fi; yum install -y -q unzip shadow-utils git && yum clean all -q && rm -fr /var/cache/yum/* /tmp/yum_save*.yumtx /root/.pki && yum install -y /tmp/kong.rpm && yum clean all && rm /tmp/kong.rpm && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && ln -s /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -s /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && if [ "$ASSET" = "ce" ] ; then kong version; fi

2022-02-04 20:21:54 UTC

/bin/sh -c #(nop) COPY file:df7f26941e26fd034e43646906785ecba3877cf078fa891fd1d304925f70408e in /docker-entrypoint.sh

2022-02-04 20:21:55 UTC

/bin/sh -c #(nop) USER kong

2022-02-04 20:21:55 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2022-02-04 20:21:55 UTC

/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444

2022-02-04 20:21:55 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2022-02-04 20:21:55 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}

2022-02-04 20:21:56 UTC

/bin/sh -c #(nop) CMD ["kong" "docker-start"]

Danger Zone
Delete Tag

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.

Delete