Namespace
library
Image / Tag
kong:2.1.0-beta.1
Content Digest
sha256:543953d1d0d287975b4edd179106825afbc98dad620c5149e2fc5e97222e19cc
Details
Created

2020-07-13 17:20:02 UTC

Size

50.7 MB

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

Environment
ASSET

ce

KONG_VERSION

2.1.0rc.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:04155fb2630e4b0ec29762493a07e0976ec7275b0f864de80900ea8965fee9cc - 94.7% (48 MB)

[#003] sha256:67ec98ef8f107a6255ce5e95cd4cf58ec645f87d1140724c8dd4b1fd7aeaea2f - 0.0% (696 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-13 17:19:53 UTC

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

2020-07-13 17:19:53 UTC

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

2020-07-13 17:19:54 UTC

/bin/sh -c #(nop) ARG KONG_SHA256=2603226c2325611299530b6e120526be588541b2415987de5f867be5ca7664ca

2020-07-13 17:20:01 UTC

|1 KONG_SHA256=2603226c2325611299530b6e120526be588541b2415987de5f867be5ca7664ca /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-prerelease/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-13 17:20:01 UTC

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

2020-07-13 17:20:01 UTC

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

2020-07-13 17:20:02 UTC

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

2020-07-13 17:20:02 UTC

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

2020-07-13 17:20:02 UTC

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

2020-07-13 17:20:02 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