Skip to content

Commit 03100ed

Browse files
committed
📦 update kong to 2.3.0
1 parent fa81b99 commit 03100ed

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: Publish kong-custom image [1.4-alpine]
1+
name: Publish kong-custom image [1.5-alpine]
22
on: [push]
33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-20.04
66
steps:
77
- uses: actions/checkout@master
88
- name: Publish to Registry
99
uses: elgohr/Publish-Docker-Github-Action@master
1010
env:
11-
KONG_BASE: kong:2.2.1-alpine
12-
PLUGINS: --server=http://luarocks.org/manifests/moesif kong-plugin-moesif 1.0.0-1
11+
KONG_BASE: kong:2.3.0-alpine
12+
PLUGINS: --server=http://luarocks.org/manifests/moesif kong-plugin-moesif 1.0.1-1
1313
with:
1414
name: graphip/kong
1515
username: ${{ secrets.DOCKER_USERNAME }}
1616
password: ${{ secrets.DOCKER_PASSWORD }}
1717
buildargs: KONG_BASE,PLUGINS
18-
tags: "latest,1.4-alpine"
18+
tags: "latest,1.5-alpine"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG KONG_BASE=kong:2.2.1-alpine
1+
ARG KONG_BASE=kong:2.3.0-alpine
22

33

44

@@ -36,7 +36,7 @@ RUN apk add --no-cache \
3636
&& wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O /usr/bin/cloud_sql_proxy \
3737
&& chmod +x /usr/bin/cloud_sql_proxy
3838

39-
# Rename default response headers (rename "Kong" to "Gateway")
39+
# Rename/Whitelabel default response headers (renames "Kong" to "Gateway")
4040
RUN sed -i s/"X-Kong/"X-Gateway/g /usr/local/share/lua/5.1/kong/constants.lua
4141

4242
COPY --from=build /plugins /plugins

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and logs it to [Moesif API Analytics](https://www.moesif.com).
1111

1212
# Supported tags
1313

14-
- `1.4-alpine`, `latest (1.4-alpine)`
14+
- `1.5-alpine`, `latest (1.5-alpine)`
1515

1616
# Quick reference
1717

0 commit comments

Comments
 (0)