github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/jib/skaffold.yaml (about) 1 apiVersion: skaffold/v4beta11 2 kind: Config 3 build: 4 artifacts: 5 - image: skaffold-jib 6 jib: 7 args: 8 - --no-transfer-progress 9 10 profiles: 11 # optional profile to run the jib build on Google Cloud Build 12 - name: gcb 13 build: 14 googleCloudBuild: {} 15 # profile to check that an unsupported Jib version fails the build 16 - name: old-jib 17 patches: 18 - op: add 19 path: /build/artifacts/0/jib/args 20 value: ['-Djib.maven-plugin-version=1.3.0']