Sign inSign up

marvinpan/kong

By marvinpan

Updated over 6 years ago

Image
0

92

marvinpan/kong repository overview


FROM kong:1.3.0-alpine
MAINTAINER pantj <[email protected]>

RUN luarocks install lua-resty-kafka
COPY hmac-auth /usr/local/share/lua/5.1/kong/plugins/hmac-auth
COPY http-anti-replay-attack /usr/local/share/lua/5.1/kong/plugins/http-anti-replay-attack
COPY kafka-log /usr/local/share/lua/5.1/kong/plugins/kafka-log

COPY kong-1.3.0-0.rockspec /usr/local/lib/luarocks/rocks-5.1/kong/1.3.0-0
COPY constants.lua /usr/local/share/lua/5.1/kong
COPY kong.conf /etc/kong

Tag summary

Content type

Image

Digest

Size

42.8 MB

Last updated

over 6 years ago

docker pull marvinpan/kong:1.3.0