feat: Add network option to BuildpackArtifact
Fixes: https://kubernetes.slack.com/archives/CABQMSZA6/p1731095108637869
Description
Add network to the BuildpackArtifact so the user can configure network settings of the build containers.
User facing changes Before: no way to specify network for the buildpacks After: there is a way to specify network for the buildpacks
I was unable to reproduce the issue from the slack kubernetes channel. When running the quickstart, I eventually see a line Status: Downloaded newer image for gcr.io/buildpacks/gcp/run:v1. Can you give a little more context on how you were able to repro the issue and how this change fixes it?
@menahyouyeah hi! I haven't reproduced it. Decided that the feature would be useful anyway
See issue description for. use case for network for accessing application default credentials in isolated Cloud Build environments.
#9745 and #9744