Namespace
library
Image / Tag
kong:2.0.0-alpine
Content Digest
sha256:be25939f25124e020ea1d1726c670bdf8920a3044e195a46b33eb80d20a24d64
Details
Created

2020-01-23 19:21:24 UTC

Size

47 MB

Content Digest
Labels
  • maintainer
    Kong Core Team <team-core@konghq.com>

Environment
KONG_SHA256

5af1178111958b2e325c5b18690f4e7ddf064d28139ff38188b1e2e432ea99ff

KONG_VERSION

2.0.0

PATH

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


Layers

[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 5.65% (2.66 MB)

[#001] sha256:e3498c42495aaacef7beb424a380fc7095ebf423d8db914b7de5d8b2463fcf9b - 94.34% (44.3 MB)

[#002] sha256:a6fb7cf8d4a34e47af83d3b96596b16a0a30ffe31bd9db5ac4684e1f0b57418e - 0.0% (355 Bytes)


History
2020-01-23 16:53:06 UTC

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

2020-01-23 16:53:06 UTC

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

2020-01-23 19:21:07 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong Core Team <team-core@konghq.com>

2020-01-23 19:21:07 UTC

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

2020-01-23 19:21:08 UTC

/bin/sh -c #(nop) ENV KONG_SHA256=5af1178111958b2e325c5b18690f4e7ddf064d28139ff38188b1e2e432ea99ff

2020-01-23 19:21:22 UTC

/bin/sh -c adduser -S kong && mkdir -p "/usr/local/kong" && apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && apk add --no-cache libgcc openssl pcre perl tzdata libcap su-exec zip && wget -O kong.tar.gz "https://bintray.com/kong/kong-alpine-tar/download_file?file_path=kong-$KONG_VERSION.amd64.apk.tar.gz" && echo "$KONG_SHA256 *kong.tar.gz" | sha256sum -c - && tar -xzf kong.tar.gz -C /tmp && rm -f kong.tar.gz && cp -R /tmp/usr / && rm -rf /tmp/usr && cp -R /tmp/etc / && rm -rf /tmp/etc && chown -R kong:0 /usr/local/kong && chmod -R g=u /usr/local/kong

2020-01-23 19:21:22 UTC

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

2020-01-23 19:21:23 UTC

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

2020-01-23 19:21:23 UTC

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

2020-01-23 19:21:23 UTC

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

2020-01-23 19:21:23 UTC

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

2020-01-23 19:21:24 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