Namespace
library
Image / Tag
kong:2.2.0-alpine
Content Digest
sha256:8b141da0a8fa843e1b745720089448db0236eb9d88999f009c8bf1f20d52c033
Details
Created

2020-10-29 18:21:22 UTC

Size

50.7 MB

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

Environment
ASSET

ce

KONG_VERSION

2.2.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:c25d97cc4039bd282d150d09da1590e01019a05e641c6f61495324fb35a0a6ea - 94.7% (48 MB)

[#003] sha256:98513f5777887ba304362c52a37f9686f876ad0af12cdb8b6e49d17de0a348a8 - 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-10-29 18:21:14 UTC

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

2020-10-29 18:21:14 UTC

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

2020-10-29 18:21:21 UTC

/bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256='6adb706eab6cc535f2703bd8993a5d5259159cf8a630c3d3974973dbe6bbf5a6' ;; aarch64) arch='arm64'; KONG_SHA256='a93b1c015d86b5d8b4038f3fd73332bfef97fa1c768545f353af03f54cf97fb8' ;; 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;

2020-10-29 18:21:22 UTC

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

2020-10-29 18:21:22 UTC

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

2020-10-29 18:21:22 UTC

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

2020-10-29 18:21:22 UTC

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

2020-10-29 18:21:22 UTC

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

2020-10-29 18:21:22 UTC

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

Details
Created

2020-10-29 18:42:50 UTC

Size

50.2 MB

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

Environment
ASSET

ce

KONG_VERSION

2.2.0

PATH

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


Layers

[#000] sha256:29e5d40040c18c692ed73df24511071725b74956ca1a61fe6056a651d86a13bd - 5.17% (2.6 MB)

[#001] sha256:d6f1f361b75deeea5140a58989e54db49d72c8f2794625392d9b60e5f6adea53 - 0.0% (133 Bytes)

[#002] sha256:0562e5901c7c1412846095fddf0527b3aec71f8d310829523e905e5dec70db4a - 94.83% (47.6 MB)

[#003] sha256:79b00d686849acde734efe3f6499685d14b6e6deea6307aa2194f32f58e7a026 - 0.0% (733 Bytes)


History
2020-04-24 00:14:18 UTC

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

2020-04-24 00:14:21 UTC

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

2020-09-22 19:05:32 UTC

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

2020-09-22 19:05:34 UTC

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

2020-09-22 19:05:35 UTC

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

2020-09-22 19:05:36 UTC

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

2020-09-22 19:05:36 UTC

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

2020-10-29 18:42:33 UTC

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

2020-10-29 18:42:33 UTC

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

2020-10-29 18:42:46 UTC

/bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256='6adb706eab6cc535f2703bd8993a5d5259159cf8a630c3d3974973dbe6bbf5a6' ;; aarch64) arch='arm64'; KONG_SHA256='a93b1c015d86b5d8b4038f3fd73332bfef97fa1c768545f353af03f54cf97fb8' ;; 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;

2020-10-29 18:42:48 UTC

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

2020-10-29 18:42:48 UTC

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

2020-10-29 18:42:49 UTC

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

2020-10-29 18:42:49 UTC

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

2020-10-29 18:42:50 UTC

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

2020-10-29 18:42:50 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