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
This has additional benefit for CI because it could allow for seeding images from a cache in Github actions, we should see if we can also build this for a use case where the caller would have simple calls to seed the registry with multiple images.
Is there an existing issue for this?
Problem Statement
As someone developing Kong
I want the ability to run a bespoke locally built docker image
So that I can test my code locally and within CI
Proposed Solution
Prior art of running a local docker registry and connecting it into kind exists here
Generally speaking taking a flag
--gateway-image=myimage
that gets from my local docker images and is the image KTF uses to run the gatewayAdditional information
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered: