We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi 👋 ! I'm assisting @gAmUssA in creating the testcontainers-go module for Kong, and realised that this directory is needed to add the goplug plugin.
goplug
Do you think that upcoming images could come with /usr/local/kong/go-plugins/bin already created? Otherwise, we're forced to build an image from this one (https://github.com/gAmUssA/testcontainers-go-kong/blob/main/kong.go#L33), run mkdir -p /usr/local/kong/go-plugins/bin (https://github.com/gAmUssA/testcontainers-go-kong/blob/main/Dockerfile#L4), and this for each test execution.
/usr/local/kong/go-plugins/bin
mkdir -p /usr/local/kong/go-plugins/bin
If the image could come with that dir layout would be super simple to create the module without workarounds.
I'd understand this request could be out of the scope of the project, so feel free to close it if needed.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
According to https://docs.konghq.com/gateway/latest/plugin-development/pluginserver/plugins-kubernetes/ we can use /usr/local/bin directory to copy plugin binary.
/usr/local/bin
Sorry, something went wrong.
No branches or pull requests
Hi 👋 ! I'm assisting @gAmUssA in creating the testcontainers-go module for Kong, and realised that this directory is needed to add the
goplug
plugin.Do you think that upcoming images could come with
/usr/local/kong/go-plugins/bin
already created? Otherwise, we're forced to build an image from this one (https://github.com/gAmUssA/testcontainers-go-kong/blob/main/kong.go#L33), runmkdir -p /usr/local/kong/go-plugins/bin
(https://github.com/gAmUssA/testcontainers-go-kong/blob/main/Dockerfile#L4), and this for each test execution.If the image could come with that dir layout would be super simple to create the module without workarounds.
I'd understand this request could be out of the scope of the project, so feel free to close it if needed.
Thanks in advance!
The text was updated successfully, but these errors were encountered: