You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a customized version of an image and including non-public plugins (as rocks), the implementation will use the --only-server flag to prevent it from reaching out to public LuaRocks servers.
Though this is a secure solution, it is also limiting. If the private plugin relies on external modules, it requires you to download all those rocks an store them locally to add to the local server.
By specifying --server instead of --only-server it would first try the local one, for the none public ones, and then if not found, try the public ones to fetch any dependencies.
When creating a customized version of an image and including non-public plugins (as rocks), the implementation will use the
--only-server
flag to prevent it from reaching out to public LuaRocks servers.Though this is a secure solution, it is also limiting. If the private plugin relies on external modules, it requires you to download all those rocks an store them locally to add to the local server.
By specifying
--server
instead of--only-server
it would first try the local one, for the none public ones, and then if not found, try the public ones to fetch any dependencies.This code:
docker-kong/customize/packer.lua
Line 299 in b977b99
The text was updated successfully, but these errors were encountered: