From fe974714d1b95aad0d4958fee4d06324324d4114 Mon Sep 17 00:00:00 2001 From: Brian de Alwis Date: Tue, 23 Jun 2020 11:27:14 -0400 Subject: [PATCH 1/2] `debug` now supports buildpacks-produced images --- .../en/docs/pipeline-stages/builders/buildpacks.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/content/en/docs/pipeline-stages/builders/buildpacks.md b/docs/content/en/docs/pipeline-stages/builders/buildpacks.md index 443b1cd26de..be0e6f0e14f 100644 --- a/docs/content/en/docs/pipeline-stages/builders/buildpacks.md +++ b/docs/content/en/docs/pipeline-stages/builders/buildpacks.md @@ -22,6 +22,10 @@ To use Buildpacks, add a `buildpack` field to each artifact you specify in the `artifacts` part of the `build` section. `context` should be a path to your source. +{{ note }} +In Skaffold 1.11 (schema `v2beta5`), the singular `buildpack` field was made plural as `buildpacks`. +{{ /note }} + The following options can optionally be configured: {{< schema root="BuildpackArtifact" >}} @@ -70,11 +74,3 @@ buildpacks: ignore: - vendor/** ``` - -### Limitations - -The container images produced by Cloud Native Buildpacks [cannot -be configured by `skaffold debug` for debugging]({{< relref "/docs/workflows/debug#unsupported-container-entrypoints" >}}). -These images use a `launcher` binary as an entrypoint to run commands -that are specified in a set of configuration files, which cannot -be altered by `debug`. From e03e4d8c08d6ae42ec6571dd1294613a4bd48506 Mon Sep 17 00:00:00 2001 From: Brian de Alwis Date: Tue, 23 Jun 2020 11:40:28 -0400 Subject: [PATCH 2/2] make note an alert --- docs/content/en/docs/pipeline-stages/builders/buildpacks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/docs/pipeline-stages/builders/buildpacks.md b/docs/content/en/docs/pipeline-stages/builders/buildpacks.md index be0e6f0e14f..93597b521f7 100644 --- a/docs/content/en/docs/pipeline-stages/builders/buildpacks.md +++ b/docs/content/en/docs/pipeline-stages/builders/buildpacks.md @@ -22,9 +22,9 @@ To use Buildpacks, add a `buildpack` field to each artifact you specify in the `artifacts` part of the `build` section. `context` should be a path to your source. -{{ note }} -In Skaffold 1.11 (schema `v2beta5`), the singular `buildpack` field was made plural as `buildpacks`. -{{ /note }} +{{}} +In Skaffold 1.11 (schema `v2beta5`), the singular `buildpack` field was renamed to `buildpacks`. +{{}} The following options can optionally be configured: