skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

feat: Add network option to BuildpackArtifact

Open idsulik opened this issue 1 year ago • 3 comments

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

idsulik avatar Nov 13 '24 10:11 idsulik

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 avatar Nov 25 '24 20:11 menahyouyeah

@menahyouyeah hi! I haven't reproduced it. Decided that the feature would be useful anyway

idsulik avatar Dec 14 '24 03:12 idsulik

See issue description for. use case for network for accessing application default credentials in isolated Cloud Build environments. #9745 and #9744

bogdannazarenko avatar Mar 10 '25 14:03 bogdannazarenko