monacousa-kong (sha256:a0039d9c25b05ecbd9c9971edff116699de087f381e1fff5dfad6fb6ed04f97d)

Published 2026-02-10 20:27:16 +01:00 by matt

Installation

docker pull code.letsbe.solutions/letsbe/monacousa-kong@sha256:a0039d9c25b05ecbd9c9971edff116699de087f381e1fff5dfad6fb6ed04f97d
sha256:a0039d9c25b05ecbd9c9971edff116699de087f381e1fff5dfad6fb6ed04f97d

Image Layers

ADD file:2a949686d9886ac7c10582a6c29116fd29d3077d02755e87e111870d63607725 in /
CMD ["/bin/sh"]
LABEL maintainer=Kong <support@konghq.com>
ARG ASSET=ce
ENV ASSET=ce
ARG EE_PORTS
COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz
ARG KONG_VERSION=2.8.1
ENV KONG_VERSION=2.8.1
ARG KONG_AMD64_SHA=ccda33bf02803b6b8dd46b22990f92265fe61d900ba94e3e0fa26db0433098c0
ARG KONG_ARM64_SHA=d21690332a89adf9900f7266e083f41f565eb009f2771ef112f3564878eeff53
|2 KONG_AMD64_SHA=ccda33bf02803b6b8dd46b22990f92265fe61d900ba94e3e0fa26db0433098c0 KONG_ARM64_SHA=d21690332a89adf9900f7266e083f41f565eb009f2771ef112f3564878eeff53 /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://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-alpine/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; else apk upgrade; 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 && addgroup -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 && ln -s /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -s /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && if [ "$ASSET" = "ce" ] ; then kong version; fi
COPY file:df7f26941e26fd034e43646906785ecba3877cf078fa891fd1d304925f70408e in /docker-entrypoint.sh
USER kong
ENTRYPOINT ["/docker-entrypoint.sh"]
EXPOSE 8000 8001 8443 8444
STOPSIGNAL SIGQUIT
HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
CMD ["kong" "docker-start"]
USER root
COPY kong.yml.template /var/lib/kong/kong.yml.template # buildkit
COPY --chmod=755 docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh # buildkit
RUN /bin/sh -c chown -R kong:kong /var/lib/kong # buildkit
USER kong
ENTRYPOINT ["/docker-entrypoint-wrapper.sh"]
CMD ["kong" "docker-start"]

Labels

Key Value
maintainer Kong <support@konghq.com>
org.opencontainers.image.created 2026-02-10T19:27:09.426Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 549ace87c6cef70fde9975d45a0420fabb22b60b
org.opencontainers.image.source https://code.letsbe.solutions/letsbe/monacousa-portal
org.opencontainers.image.title monacousa-portal
org.opencontainers.image.url https://code.letsbe.solutions/letsbe/monacousa-portal
org.opencontainers.image.version main
Details
Container
2026-02-10 20:27:16 +01:00
0
OCI / Docker
linux/amd64
47 MiB
Versions (2) View all
main 2026-02-10
latest 2026-02-10