Kong / priority-updater

Tool to quickly create a plugin with an updated priority
Apache License 2.0
13 stars 3 forks source link

Docker Image #4

Open ingvaldlorentzen opened 2 years ago

ingvaldlorentzen commented 2 years ago

Hi,

Would it be possible to bundle this whole tool into a Docker Image? I'm currently having some issues getting it to run properly within a GitLab CI context, being able to run it as an image without having the script call docker itself would be really convenient and simplify the usage of the tool.

Also, the image the create.sh script references is quite outdated 2.1.4 the newest version is 2.1.7. Maybe if this was bundled into a docker image, one could have an automated build that builds a new version of this tool mirroring new Kong versions?

In addition, the script references the OSS image of Kong, I presume this won't create any issues with the enterprise version with uses the kong/kong-gateway image?