Namespace
library
Image / Tag
kong:2.1.0-alpine
Content Digest
sha256:f2b002534e28d44d70ae19e8dc30acb47ee3c14503a661d6cc16526d9b212d49
Details
Created

2020-07-22 00:34:25 UTC

Size

50.7 MB

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

Environment
ASSET

ce

KONG_VERSION

2.1.0

PATH

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


Layers

[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 5.29% (2.68 MB)

[#001] sha256:86e0de2dc0e7e86d092bbee85a6c1ef2769273bd1a78d87bc9a745745fe2d3b9 - 0.0% (129 Bytes)

[#002] sha256:a4d7dc22eefcb6b9c7d444afb334e5cf62640b57f3d58a8a1d608b258bd30f90 - 94.7% (48 MB)

[#003] sha256:1b904e61d124ac9189b2e76c7f81a19d1b66899fe651573b702594f557ecc34d - 0.0% (732 Bytes)


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

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

2020-04-24 01:05:03 UTC

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

2020-05-05 00:19:56 UTC

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

2020-05-05 00:19:56 UTC

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

2020-05-05 00:19:56 UTC

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

2020-07-13 17:19:53 UTC

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

2020-07-13 17:19:53 UTC

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

2020-07-22 00:34:09 UTC

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

2020-07-22 00:34:09 UTC

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

2020-07-22 00:34:10 UTC

/bin/sh -c #(nop) ARG KONG_SHA256=8e5322ba57591e75e6c0d2cfe602cc104467be2336a4075c80831fb53cbb1f78

2020-07-22 00:34:22 UTC

|1 KONG_SHA256=8e5322ba57591e75e6c0d2cfe602cc104467be2336a4075c80831fb53cbb1f78 /bin/sh -c set -ex; 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.amd64.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;

2020-07-22 00:34:23 UTC

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

2020-07-22 00:34:24 UTC

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

2020-07-22 00:34:24 UTC

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

2020-07-22 00:34:24 UTC

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

2020-07-22 00:34:25 UTC

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

2020-07-22 00:34:25 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