Namespace
library
Image / Tag
kong:2.1.1-alpine
Content Digest
sha256:a3e76dc894a92a3dae5a032847600cdb82ac48dcdb692b29e20c8bdf3958e304
Details
Created

2020-08-07 23:26:23 UTC

Size

50.7 MB

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

Environment
ASSET

ce

KONG_VERSION

2.1.1

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:6339f48c11e99fc0bbd4f950547b4e03d541ae9eebb1c510d23f12426e51754b - 94.7% (48 MB)

[#003] sha256:b0ffb48f5388563181d9d7603bf9b9e3c2b1f85988aec21fba957d158ea130fc - 0.0% (734 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-08-07 23:26:16 UTC

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

2020-08-07 23:26:16 UTC

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

2020-08-07 23:26:16 UTC

/bin/sh -c #(nop) ARG KONG_SHA256=4397ae9a753cba76c6d2d213ef3392e005ef874ed4cc5da9214d7c35b31ced0e

2020-08-07 23:26:22 UTC

|1 KONG_SHA256=4397ae9a753cba76c6d2d213ef3392e005ef874ed4cc5da9214d7c35b31ced0e /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-08-07 23:26:23 UTC

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

2020-08-07 23:26:23 UTC

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

2020-08-07 23:26:23 UTC

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

2020-08-07 23:26:23 UTC

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

2020-08-07 23:26:23 UTC

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

2020-08-07 23:26: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