Namespace
library
Image / Tag
kong:2.0.3-alpine
Content Digest
sha256:91090b440c2b5fc5eac5cb0be5338cc694d3916ec36ae0820e82564c8768408a
Details
Created

2020-04-24 14:00:43 UTC

Size

47.2 MB

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

Environment
KONG_SHA256

db6a8ac847c347fb4d49c4763181c529bb9584187cdccdcc657ce00d605c99ac

KONG_VERSION

2.0.3

PATH

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


Layers

[#000] sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d - 5.65% (2.67 MB)

[#001] sha256:c22d7adb1f0d5fc98aab8c49b6bcfcca26cb93e8960e1abdf19a0a3bb1f95cc4 - 94.35% (44.5 MB)

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


History
2020-04-24 01:05:21 UTC

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

2020-04-24 01:05:21 UTC

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

2020-04-24 14:00:32 UTC

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

2020-04-24 14:00:32 UTC

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

2020-04-24 14:00:32 UTC

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

2020-04-24 14:00:42 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-04-24 14:00:42 UTC

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

2020-04-24 14:00:43 UTC

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

2020-04-24 14:00:43 UTC

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

2020-04-24 14:00:43 UTC

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

2020-04-24 14:00:43 UTC

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

2020-04-24 14:00:43 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