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
Content type
Image
Digest
Size
42.8 MB
Last updated
over 6 years ago
docker pull marvinpan/kong:1.3.0