Namespace
library
Image / Tag
kong:2.3.3-ubuntu
Content Digest
sha256:6521130c770a9c364b7b41a1c468798740e4f76391280cce63229a57763c96d7
Details
Created

2021-06-18 01:31:25 UTC

Size

128 MB

Content Digest
Environment
ASSET

ce

KONG_VERSION

2.3.3

PATH

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


Layers

[#000] sha256:61e03ba1d4149ac4eb681c6bf75aef8ac4b3f0d6fbb08e9623c4089889396fc8 - 34.56% (44.3 MB)

[#001] sha256:4afb39f216bd4e336f9b78584bae0f6bcb77150107471d8d67d3b8abfbdea46a - 0.0% (849 Bytes)

[#002] sha256:e489abdc9f902f737bfef2c0c7ff5c35ca9b3ca11e73405a472f31a25f2dcc69 - 0.0% (528 Bytes)

[#003] sha256:999fff7bcc2450fcf1210182802f3907e35cd7cf7569568bd2a179b9144d9c57 - 0.0% (169 Bytes)

[#004] sha256:b286e31b43b25089a4c360a36546b5f01a9d41bbe333e3e0f5803d2ff8e602cc - 18.64% (23.9 MB)

[#005] sha256:53c896e055cca9faa8bcf238bdbdd3b4f05a98728c3c5c285e25002366fa60e1 - 46.8% (60.1 MB)

[#006] sha256:09f6f587c6e0822eaba54edbc655f9c9e802648aaae5b6d10f4f4ebbc4ea92dc - 0.0% (689 Bytes)


History
2021-06-17 23:32:06 UTC

/bin/sh -c #(nop) ADD file:4dd75f16753c9c921fd05b1d0ed5b425d74d87405a76a0b3afcbf9723a50d1ce in /

2021-06-17 23:32:07 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-06-17 23:32:08 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2021-06-17 23:32:09 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-06-17 23:32:09 UTC

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

2021-06-18 01:30:20 UTC

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

2021-06-18 01:30:21 UTC

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

2021-06-18 01:30:21 UTC

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

2021-06-18 01:30:21 UTC

/bin/sh -c #(nop) COPY file:5da22ad111df95d5c0f9c17c60cd4123a51ad46a41d3f442fca7b2bcc8d7d11b in /tmp/kong.deb

2021-06-18 01:31:02 UTC

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

2021-06-18 01:31:02 UTC

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

2021-06-18 01:31:24 UTC

/bin/sh -c set -ex; apt-get update && if [ "$ASSET" = "ce" ] ; then apt-get install -y curl && curl -fL "https://bintray.com/kong/kong-deb/download_file?file_path=kong-$KONG_VERSION.xenial.$(dpkg --print-architecture).deb" -o /tmp/kong.deb && apt-get purge -y curl; fi; apt-get install -y --no-install-recommends unzip git && apt update && apt install --yes /tmp/kong.deb && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/kong.deb && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && if [ "$ASSET" = "ce" ] ; then kong version ; fi;

2021-06-18 01:31:24 UTC

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

2021-06-18 01:31:25 UTC

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

2021-06-18 01:31:25 UTC

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

2021-06-18 01:31:25 UTC

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

2021-06-18 01:31:25 UTC

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

2021-06-18 01:31:25 UTC

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

Details
Created

2021-06-18 00:55:49 UTC

Size

120 MB

Content Digest
Environment
ASSET

ce

KONG_VERSION

2.3.3

PATH

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


Layers

[#000] sha256:e2a24739a48e2c634f94c2cb69ead6b0ff1c84cedd9624eb29560b83c3eb6e0e - 32.81% (39.3 MB)

[#001] sha256:e6732798425e9389fa6bd92caa59cd7de853b4cf01a7166724e26a430ec7211f - 0.0% (848 Bytes)

[#002] sha256:6d0af2bd04c3cb9d221318d494c05b29dd4b7c46886de97baee11fbd40723ab8 - 0.0% (470 Bytes)

[#003] sha256:835469060484e7130eb258c8dfae8e4b1f8035c63bba23ab6e4f3e9b53a6cf1e - 0.0% (169 Bytes)

[#004] sha256:7302e93943a9631fdef59ad177b0107d5f43c9c973a7d408198c495c3e5e08e0 - 19.95% (23.9 MB)

[#005] sha256:1adefc0c0b883df0d331c05d73cde38321900f8c7a40a314f5e43362bcbd4811 - 47.24% (56.6 MB)

[#006] sha256:9a4d534ea161c5f30e0770b3271848e3f5b3be398a67e8dccbf5298a94e7ec6b - 0.0% (689 Bytes)


History
2021-06-17 23:54:40 UTC

/bin/sh -c #(nop) ADD file:2675f90ace0ec88b2cdadc737d15d701b544bf2113480e898d0014a79dca13c7 in /

2021-06-17 23:54:41 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-06-17 23:54:42 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2021-06-17 23:54:43 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-06-17 23:54:43 UTC

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

2021-06-18 00:54:45 UTC

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

2021-06-18 00:54:46 UTC

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

2021-06-18 00:54:46 UTC

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

2021-06-18 00:54:46 UTC

/bin/sh -c #(nop) COPY file:5da22ad111df95d5c0f9c17c60cd4123a51ad46a41d3f442fca7b2bcc8d7d11b in /tmp/kong.deb

2021-06-18 00:55:23 UTC

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

2021-06-18 00:55:23 UTC

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

2021-06-18 00:55:48 UTC

/bin/sh -c set -ex; apt-get update && if [ "$ASSET" = "ce" ] ; then apt-get install -y curl && curl -fL "https://bintray.com/kong/kong-deb/download_file?file_path=kong-$KONG_VERSION.xenial.$(dpkg --print-architecture).deb" -o /tmp/kong.deb && apt-get purge -y curl; fi; apt-get install -y --no-install-recommends unzip git && apt update && apt install --yes /tmp/kong.deb && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/kong.deb && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && if [ "$ASSET" = "ce" ] ; then kong version ; fi;

2021-06-18 00:55:48 UTC

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

2021-06-18 00:55:49 UTC

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

2021-06-18 00:55:49 UTC

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

2021-06-18 00:55:49 UTC

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

2021-06-18 00:55:49 UTC

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

2021-06-18 00:55:49 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