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

Local $KONG_IMAGE #454

Open
danielpoonwj opened this issue Oct 25, 2023 · 0 comments
Open

Local $KONG_IMAGE #454

danielpoonwj opened this issue Oct 25, 2023 · 0 comments

Comments

@danielpoonwj
Copy link

danielpoonwj commented Oct 25, 2023

Hi,

I noticed that pongo would always attempt to pull $KONG_IMAGE when provided. This throws an error when I'm trying to test against a custom Kong image that I have built locally but is not available on any remote registries.

Would it be possible to check and use the Kong image if present locally instead of pulling? Maybe something like this

docker images $KONG_IMAGE -q | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant