Skip to content

Commit

Permalink
chore(*) bump to Kong 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Dec 6, 2022
1 parent 18afbc4 commit c333493
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.apk
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM alpine:3.16

LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)"

ARG KONG_VERSION=3.0.1
ARG KONG_VERSION=3.1.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="1bca2660d7200cb9e2c1f9ec73ddec967c5934e1494d62123c7d036e98743901"
ARG KONG_ARM64_SHA="853f53b447d5971c8eed02355aa718fb09fa91693f54ba417366f70d9dd4a932"
ARG KONG_AMD64_SHA="1bb302fede6a3081db998e1a6256f9def86f3ea31527888d08b745ff2dbc96f6"
ARG KONG_ARM64_SHA="001e1be3f8fec9bf50b9313a661ab3f97e1ececcb6debeac50b04adbc346983c"

ARG ASSET=remote
ARG EE_PORTS
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.deb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM debian:bullseye-20220509-slim

LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)"

ARG KONG_VERSION=3.0.1
ARG KONG_VERSION=3.1.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_SHA256="8e978f5f21c7996a889bbadbf25d001cdb2f486470ce61959b79c8d701ccedb4"
ARG KONG_SHA256="c164a39ab1dadc2b5b434d45dd669508844a0d63a91a1ee3f542426b545fe419"

ARG ASSET=remote
ARG EE_PORTS
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7@sha256:6910799b75ad41f00891

LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)"

ARG KONG_VERSION=3.0.1
ARG KONG_VERSION=3.1.0
ENV KONG_VERSION $KONG_VERSION

# RedHat required labels
Expand All @@ -18,7 +18,7 @@ LABEL name="Kong" \
# RedHat required LICENSE file approved path
COPY LICENSE /licenses/

ARG KONG_SHA256="ccb185978e994df4c47fa3f5ba10f1820cfa5cfc6b676da98fb920e34b447291"
ARG KONG_SHA256="535d999021a7f545c3f0626afd538fd68a57af78262f0fa7f0140049c92e0ce9"

ARG ASSET=remote
ARG EE_PORTS
Expand Down
6 changes: 3 additions & 3 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ ARG EE_PORTS

COPY kong.deb /tmp/kong.deb

ARG KONG_VERSION=3.0.1
ARG KONG_VERSION=3.1.0
ENV KONG_VERSION $KONG_VERSION

ARG KONG_AMD64_SHA="fd75a8926589455f9c6fb23aa2dae5b1a0bf541ace478169e83d1d15de10e05c"
ARG KONG_ARM64_SHA="ba5cf705f1f73e781215bb2f658b8e6bbfa01da16c56355ff04404d493b7a0f2"
ARG KONG_AMD64_SHA="71f4c88a8319b35e264fbbd54dbdc5dd139369034b57bd0bdac789a08019974b"
ARG KONG_ARM64_SHA="ff2f7b5d0dc3bd97e08fe4254400daf8a7d23f6ef2e72d9cec7c14e64bbc38b3"

# hadolint ignore=DL3015
RUN set -ex; \
Expand Down

0 comments on commit c333493

Please sign in to comment.