https://github.com/gojek/docker-kong-plugin-dev
base docker image for Kong with Plugins dev, testing and setup
https://github.com/gojek/docker-kong-plugin-dev
docker-image kong kong-plugin
Last synced: about 1 year ago
JSON representation
base docker image for Kong with Plugins dev, testing and setup
- Host: GitHub
- URL: https://github.com/gojek/docker-kong-plugin-dev
- Owner: gojek
- License: apache-2.0
- Created: 2018-10-10T05:00:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T19:18:36.000Z (about 3 years ago)
- Last Synced: 2025-03-24T13:36:07.483Z (about 1 year ago)
- Topics: docker-image, kong, kong-plugin
- Language: Python
- Homepage: https://hub.docker.com/r/gojektech/kong-plugin-dev/
- Size: 11.7 KB
- Stars: 1
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# About this Repo
Docker image to help with kong plugin development
# Included code from other sources.
1. Wait for it shell script: https://github.com/vishnubob/wait-for-it
Source is included along with necessary license.
2. bin/busted which is provided from kong as per https://docs.konghq.com/0.14.x/plugin-development/tests/