Skip to content

Commit

Permalink
release: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Dec 1, 2020
1 parent 558c0ed commit b68b1ce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ ARG EE_PORTS

COPY kong.tar.gz /tmp/kong.tar.gz

ARG KONG_VERSION=2.2.0
ARG KONG_VERSION=2.2.1
ENV KONG_VERSION $KONG_VERSION

RUN set -eux; \
arch="$(apk --print-arch)"; \
case "${arch}" in \
x86_64) arch='amd64'; KONG_SHA256='6adb706eab6cc535f2703bd8993a5d5259159cf8a630c3d3974973dbe6bbf5a6' ;; \
aarch64) arch='arm64'; KONG_SHA256='a93b1c015d86b5d8b4038f3fd73332bfef97fa1c768545f353af03f54cf97fb8' ;; \
x86_64) arch='amd64'; KONG_SHA256='e05c7075ae263bb7ef84b0370bf4e31f5246a41d910e5d4336216ae95b654af1' ;; \
aarch64) arch='arm64'; KONG_SHA256='c7b2c0e1f47e3009e55b492344bd1ff689a41eca91c21f2c3f57f9172932c96d' ;; \
esac; \
if [ "$ASSET" = "ce" ] ; then \
apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && \
Expand Down
4 changes: 2 additions & 2 deletions centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ARG EE_PORTS

COPY kong.rpm /tmp/kong.rpm

ARG KONG_VERSION=2.2.0
ARG KONG_VERSION=2.2.1
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="17f8a8f5084c7ff0b5807f0a161d900d08f410e4e6fa2c40d469c01604371557"
ARG KONG_SHA256="aed53fd4779559d9ff618c634e4c3c3281cca550d9b1bcdae8e7359602bd6771"

RUN set -ex; \
if [ "$ASSET" = "ce" ] ; then \
Expand Down
6 changes: 3 additions & 3 deletions rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER Kong

LABEL name="Kong" \
vendor="Kong" \
version="2.2.0" \
version="2.2.1" \
release="1" \
url="https://konghq.com" \
summary="Next-Generation API Platform for Modern Architectures" \
Expand All @@ -21,13 +21,13 @@ ARG EE_PORTS

COPY kong.rpm /tmp/kong.rpm

ARG KONG_VERSION=2.2.0
ARG KONG_VERSION=2.2.1
ENV KONG_VERSION $KONG_VERSION

ARG RHEL_VERSION
ENV RHEL_VERSION $RHEL_VERSION

ARG KONG_SHA256="bd63f1e13f1c1dc1bf9b1aeb8671c6fc84f2327c97bf7f7b9ef8c0bec83b0108"
ARG KONG_SHA256="552cbd21da65810e9fbc4673221504855c29aa6e73301a5f0726b35cf93480df"
ENV KONG_SHA256 $KONG_SHA256

RUN set -ex; \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG EE_PORTS

COPY kong.deb /tmp/kong.deb

ARG KONG_VERSION=2.2.0
ARG KONG_VERSION=2.2.1
ENV KONG_VERSION $KONG_VERSION

RUN set -ex; \
Expand Down

0 comments on commit b68b1ce

Please sign in to comment.