File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Publish kong-custom image [1.4 -alpine]
1+ name : Publish kong-custom image [1.5 -alpine]
22on : [push]
33jobs :
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"
Original file line number Diff line number Diff line change 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")
4040RUN sed -i s/"X-Kong/" X-Gateway/g /usr/local/share/lua/5.1/kong/constants.lua
4141
4242COPY --from=build /plugins /plugins
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments