Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleContainerTools/skaffold
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6fa5ef4f7dfed9d8667b29cdbd6e875ccb830458
Choose a base ref
..
head repository: GoogleContainerTools/skaffold
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ebd77a5423d1f028629adf186305b850382b19f1
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 pkg/skaffold/debug/cnb.go
1 change: 0 additions & 1 deletion pkg/skaffold/debug/cnb.go
Original file line number Diff line number Diff line change
@@ -60,7 +60,6 @@ func hasCNBLauncherEntrypoint(ic imageConfiguration) bool {
return len(ic.entrypoint) == 1 && ic.entrypoint[0] == cnbLauncher
}


// updateForCNBImage normalizes a CNB image by rewriting the CNB launch configuration into
// a more traditional entrypoint and arguments, prior to handing off to another
// transformer. This transformer is usually the `debug` container transform process.