Namespace
library
Image / Tag
kong:2.3.3
Content Digest
sha256:0c530f22b7ac433f3934af9b1fa62abd5c3210db6f84dcdd7616abc6872a92a3
Details
Created

2021-04-14 19:26:23 UTC

Size

48.6 MB

Content Digest
Labels
  • maintainer
    Kong <support@konghq.com>

Environment
ASSET

ce

KONG_AMD64_SHA

82a4eac75d45a1f2ce65ae185467e20533428b3d368e5e091fe4ddf427296e0b

KONG_ARM64_SHA

b2b8a0fe0cdb81d244e08c23a3143e4ae08b7c771a2cc35e24ffabfc54f4ba60

KONG_VERSION

2.3.3

PATH

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


Layers

[#000] sha256:ddad3d7c1e96adf9153f8921a7c9790f880a390163df453be1566e9ef0d546e0 - 5.53% (2.69 MB)

[#001] sha256:2472b23dfb901e3b9a325bd2956bf0a230c603b44b559b671f46090712feaa25 - 0.0% (131 Bytes)

[#002] sha256:49e5dcbae8d4557c1fb8b55e0c1b32088b6c198e5bb54d74de89e82379f731b6 - 94.47% (45.9 MB)

[#003] sha256:8d279652dbfcec71815816fb89de598155341301c9bcd22d0c277b96b7cce605 - 0.0% (733 Bytes)


History
2021-04-14 19:19:56 UTC

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

2021-04-14 19:19:56 UTC

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

2021-04-14 19:23:21 UTC

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

2021-04-14 19:23:21 UTC

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

2021-04-14 19:23:21 UTC

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

2021-04-14 19:23:22 UTC

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

2021-04-14 19:23:22 UTC

/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz

2021-04-14 19:26:10 UTC

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

2021-04-14 19:26:10 UTC

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

2021-04-14 19:26:10 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=82a4eac75d45a1f2ce65ae185467e20533428b3d368e5e091fe4ddf427296e0b

2021-04-14 19:26:10 UTC

/bin/sh -c #(nop) ENV KONG_AMD64_SHA=82a4eac75d45a1f2ce65ae185467e20533428b3d368e5e091fe4ddf427296e0b

2021-04-14 19:26:11 UTC

/bin/sh -c #(nop) ARG KONG_ARM64_SHA=b2b8a0fe0cdb81d244e08c23a3143e4ae08b7c771a2cc35e24ffabfc54f4ba60

2021-04-14 19:26:11 UTC

/bin/sh -c #(nop) ENV KONG_ARM64_SHA=b2b8a0fe0cdb81d244e08c23a3143e4ae08b7c771a2cc35e24ffabfc54f4ba60

2021-04-14 19:26:20 UTC

/bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256=$KONG_AMD64_SHA ;; aarch64) arch='arm64'; KONG_SHA256=$KONG_ARM64_SHA ;; esac; if [ "$ASSET" = "ce" ] ; then apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && curl -fL "https://bintray.com/kong/kong-alpine-tar/download_file?file_path=kong-$KONG_VERSION.$arch.apk.tar.gz" -o /tmp/kong.tar.gz && echo "$KONG_SHA256 /tmp/kong.tar.gz" | sha256sum -c -; apk del .build-deps; fi; mkdir /kong; tar -C /kong -xzf /tmp/kong.tar.gz && mv /kong/usr/local/* /usr/local && mv /kong/etc/* /etc && rm -rf /kong && apk add --no-cache libstdc++ libgcc openssl pcre perl tzdata libcap zip bash zlib zlib-dev git ca-certificates && adduser -S kong && 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 && rm -rf /tmp/kong.tar.gz && if [ "$ASSET" = "ce" ] ; then kong version ; fi;

2021-04-14 19:26:22 UTC

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

2021-04-14 19:26:22 UTC

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

2021-04-14 19:26:22 UTC

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

2021-04-14 19:26:23 UTC

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

2021-04-14 19:26:23 UTC

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

2021-04-14 19:26:23 UTC

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

Details
Created

2021-06-16 01:04:23 UTC

Size

48.1 MB

Content Digest
Labels
  • maintainer
    Kong <support@konghq.com>

Environment
ASSET

ce

KONG_AMD64_SHA

82a4eac75d45a1f2ce65ae185467e20533428b3d368e5e091fe4ddf427296e0b

KONG_ARM64_SHA

b2b8a0fe0cdb81d244e08c23a3143e4ae08b7c771a2cc35e24ffabfc54f4ba60

KONG_VERSION

2.3.3

PATH

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


Layers

[#000] sha256:535256e01bcb9590f56b9b2a053648a1d98fbe4dc0fd34c1fc3f32afec8c6e7b - 5.4% (2.6 MB)

[#001] sha256:68089cee6c0f6ef8dd053c9f3b7d70c11dda2c426bf38daac971441a912c9bf0 - 0.0% (131 Bytes)

[#002] sha256:1ab1e863454fba348e18ea9b6c8af6fed3bc94e0afd8212ea4786b93c8668410 - 94.6% (45.5 MB)

[#003] sha256:3f3abefba715c55480a9b0e0e1d49aacfff97f4dbe77f6b1ba9b952e1ab4add3 - 0.0% (734 Bytes)


History
2021-06-15 21:45:15 UTC

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

2021-06-15 21:45:15 UTC

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

2021-06-16 01:03:52 UTC

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

2021-06-16 01:03:52 UTC

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

2021-06-16 01:03:52 UTC

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

2021-06-16 01:03:52 UTC

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

2021-06-16 01:03:52 UTC

/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz

2021-06-16 01:04:15 UTC

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

2021-06-16 01:04:15 UTC

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

2021-06-16 01:04:15 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=82a4eac75d45a1f2ce65ae185467e20533428b3d368e5e091fe4ddf427296e0b

2021-06-16 01:04:15 UTC

/bin/sh -c #(nop) ENV KONG_AMD64_SHA=82a4eac75d45a1f2ce65ae185467e20533428b3d368e5e091fe4ddf427296e0b

2021-06-16 01:04:16 UTC

/bin/sh -c #(nop) ARG KONG_ARM64_SHA=b2b8a0fe0cdb81d244e08c23a3143e4ae08b7c771a2cc35e24ffabfc54f4ba60

2021-06-16 01:04:16 UTC

/bin/sh -c #(nop) ENV KONG_ARM64_SHA=b2b8a0fe0cdb81d244e08c23a3143e4ae08b7c771a2cc35e24ffabfc54f4ba60

2021-06-16 01:04:22 UTC

/bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256=$KONG_AMD64_SHA ;; aarch64) arch='arm64'; KONG_SHA256=$KONG_ARM64_SHA ;; esac; if [ "$ASSET" = "ce" ] ; then apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && curl -fL "https://bintray.com/kong/kong-alpine-tar/download_file?file_path=kong-$KONG_VERSION.$arch.apk.tar.gz" -o /tmp/kong.tar.gz && echo "$KONG_SHA256 /tmp/kong.tar.gz" | sha256sum -c -; apk del .build-deps; fi; mkdir /kong; tar -C /kong -xzf /tmp/kong.tar.gz && mv /kong/usr/local/* /usr/local && mv /kong/etc/* /etc && rm -rf /kong && apk add --no-cache libstdc++ libgcc openssl pcre perl tzdata libcap zip bash zlib zlib-dev git ca-certificates && adduser -S kong && 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 && rm -rf /tmp/kong.tar.gz && if [ "$ASSET" = "ce" ] ; then kong version ; fi;

2021-06-16 01:04:22 UTC

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

2021-06-16 01:04:23 UTC

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

2021-06-16 01:04:23 UTC

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

2021-06-16 01:04:23 UTC

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

2021-06-16 01:04:23 UTC

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

2021-06-16 01:04:23 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