Skip to content
New issue

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

A registry addon #147

Closed
1 task done
hutchic opened this issue Nov 9, 2021 · 1 comment · Fixed by #170
Closed
1 task done

A registry addon #147

hutchic opened this issue Nov 9, 2021 · 1 comment · Fixed by #170
Assignees

Comments

@hutchic
Copy link

hutchic commented Nov 9, 2021

Is there an existing issue for this?

  • I have searched the existing issues

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 gateway

Additional information

No response

Acceptance Criteria

No response

@hutchic hutchic added the area/feature New feature or request label Nov 9, 2021
@shaneutt
Copy link
Contributor

shaneutt commented Nov 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants