skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Ability to Specify Build Network for Buildpack Image Builds

Open bogdannazarenko opened this issue 9 months ago • 0 comments

Existing Skaffold config schema does not allow specifying a container build network for buildpack image builds.

Need to specify build network arrises when trying to build image using buildpack on Google Cloud Build Private Pool and accessing ADC (application default credentials) to further authenticate to Artifact Registry (e.g. private npm registry). ADC are available on docker build network cloudbuild. Google Docs

build:
  - image: myimage
    buildpacks:
         projectDescriptor: project.toml
         network: cloudbuild

The build config should append --network cloudbuild to pack cli

bogdannazarenko avatar Mar 05 '25 16:03 bogdannazarenko