We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now, all docker builds use the --no-cache flag to make sure a new binary is being sent to the docker image.
But, it's increasing the build time a lot.
On a local machine, it takes more than 5 mins to build the image. So, explore other opportunities, to decrease build time
reference: https://github.com/poonai/inspektor/blob/main/build_dataplane_docker.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now, all docker builds use the --no-cache flag to make sure a new binary is being sent to the docker image.
But, it's increasing the build time a lot.
On a local machine, it takes more than 5 mins to build the image. So, explore other opportunities, to decrease build time
reference: https://github.com/poonai/inspektor/blob/main/build_dataplane_docker.sh
The text was updated successfully, but these errors were encountered: