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

feat(build): add option to set extra docker build arguments #655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yannrouillard
Copy link

Adds the DOCKER_BUILD_EXTRA_ARGS option to allow configuring extra arguments that will be passed to the docker build command used to build the Kong test image.

It can be used for instance to pass new option to configure docker image caching when run in GitHub action.

This is a candidate PR to fix #420

@yannrouillard yannrouillard force-pushed the feat/add-support-for-passing-extra-args branch from 1e42370 to f267e72 Compare March 30, 2025 19:33
Adds the `DOCKER_BUILD_EXTRA_ARGS` option to allow configuring
extra arguments that will be passed to the docker build command
used to build the Kong test image.

It can be used for instance to pass new option to configure docker image
caching when run in GitHub action.
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

Successfully merging this pull request may close these issues.

Pass extra argument during docker build for pongo build
1 participant