Namespace
library
Image / Tag
kong:2.2.0-ubuntu
Content Digest
sha256:d6ea5cf843b367fff528b80c573c8a93008a99364e035e3e19325dd1301928ed
Details
Created

2020-11-26 01:23:08 UTC

Size

128 MB

Content Digest
Environment
ASSET

ce

KONG_VERSION

2.2.0

PATH

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


Layers

[#000] sha256:be8ec4e48d7f24a9a1c01063e5dfabb092c2c1ec73e125113848553c9b07eb8c - 34.25% (43.7 MB)

[#001] sha256:33b8b485aff0509bb0fa67dff6a2aa82e9b7b17e5ef28c1673467ec83edb945d - 0.0% (849 Bytes)

[#002] sha256:d887158cc58cbfc3d03cefd5c0b15175fae66ffbf6f28a56180c51cbb5062b8a - 0.0% (533 Bytes)

[#003] sha256:05895bb28c18264f614acd13e401b3c5594e12d9fe90d7e52929d3e810e11e97 - 0.0% (167 Bytes)

[#004] sha256:972cf4456ff0f9681f8f28609985fc656156850b00b8345efddddb01f67e7d11 - 18.74% (23.9 MB)

[#005] sha256:759ce34e911fb647d1e0bde8eabca8d068d56cc4d38ad21ec4cda505f75d4007 - 47.01% (60 MB)

[#006] sha256:12068997d9f13893595a4591a29657dbdf7ffb5689184fb78472db1d988bee05 - 0.0% (689 Bytes)


History
2020-11-25 22:26:11 UTC

/bin/sh -c #(nop) ADD file:8eef54430e581236e6d529a7d09df648f43c840e889d9ae132e5ed25d7bd2b88 in /

2020-11-25 22:26:12 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

2020-11-25 22:26:13 UTC

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

2020-11-25 22:26:14 UTC

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

2020-11-25 22:26:14 UTC

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

2020-11-26 01:22:41 UTC

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

2020-11-26 01:22:42 UTC

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

2020-11-26 01:22:42 UTC

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

2020-11-26 01:22:42 UTC

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

2020-11-26 01:22:42 UTC

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

2020-11-26 01:22:43 UTC

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

2020-11-26 01:23:07 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 && { useradd -ms /bin/bash kong || true ;} && mkdir -p "/usr/local/kong" && chown -R kong:0 /usr/local/kong && chown kong:0 /usr/local/bin/kong && chmod -R g=u /usr/local/kong && if [ "$ASSET" = "ce" ] ; then kong version ; fi;

2020-11-26 01:23:08 UTC

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

2020-11-26 01:23:08 UTC

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

2020-11-26 01:23:08 UTC

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

2020-11-26 01:23:08 UTC

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

2020-11-26 01:23:08 UTC

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

2020-11-26 01:23:08 UTC

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

Details
Created

2020-11-25 23:27:03 UTC

Size

119 MB

Content Digest
Environment
ASSET

ce

KONG_VERSION

2.2.0

PATH

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


Layers

[#000] sha256:3e30c5e4609ac16f9e19faa3800699e28c77aadcfcbde2ddd5954606f80fa170 - 32.59% (38.9 MB)

[#001] sha256:be82da0c7e998c509a8e86338f139501b62fde0df3908dd489a8249380ea3441 - 0.0% (852 Bytes)

[#002] sha256:bdf04dffef88e5257b2388d643e5fb03a812316de0737ce92e3888a6722cea5e - 0.0% (467 Bytes)

[#003] sha256:2624f7934929e6e67f81a9becb317179367648ec1236d644e9bf3a00d3fe3772 - 0.0% (170 Bytes)

[#004] sha256:8d6cba0c8b4d5e1def090992b7d3bc001ae633fa3ad938efa00a15d89e40a72c - 20.02% (23.9 MB)

[#005] sha256:99b8573e52de26f1031729ff4851c3078a0bc20949b09fa5e3dcfb7e805fbf74 - 47.38% (56.6 MB)

[#006] sha256:407742a2e372871244d9b6638b826e92677372d7e4b9f50ec8322ed91223c3bd - 0.0% (689 Bytes)


History
2020-11-25 22:44:18 UTC

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

2020-11-25 22:44:21 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

2020-11-25 22:44:23 UTC

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

2020-11-25 22:44:25 UTC

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

2020-11-25 22:44:26 UTC

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

2020-11-25 23:26:02 UTC

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

2020-11-25 23:26:04 UTC

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

2020-11-25 23:26:04 UTC

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

2020-11-25 23:26:05 UTC

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

2020-11-25 23:26:06 UTC

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

2020-11-25 23:26:07 UTC

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

2020-11-25 23:26:55 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 && { useradd -ms /bin/bash kong || true ;} && mkdir -p "/usr/local/kong" && chown -R kong:0 /usr/local/kong && chown kong:0 /usr/local/bin/kong && chmod -R g=u /usr/local/kong && if [ "$ASSET" = "ce" ] ; then kong version ; fi;

2020-11-25 23:26:57 UTC

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

2020-11-25 23:26:58 UTC

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

2020-11-25 23:27:00 UTC

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

2020-11-25 23:27:02 UTC

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

2020-11-25 23:27:02 UTC

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

2020-11-25 23:27:03 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