Skip to content

Commit

Permalink
🧹 Remove discontinued tanzu builder image
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Feb 22, 2024
1 parent 32b9492 commit d0acabc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/builders/buildpacks/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var (
"quay.io/boson/",
"gcr.io/paketo-buildpacks/",
"docker.io/paketobuildpacks/",
"ghcr.io/vmware-tanzu/function-buildpacks-for-knative/",
"gcr.io/buildpacks/",
"ghcr.io/knative/",
}
Expand Down
1 change: 0 additions & 1 deletion pkg/builders/buildpacks/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func TestBuild_BuilderImageUntrusted(t *testing.T) {
"gcr.io/paketo-buildpackshack/",
// And those that don't
"docker.io/paketobuildpackshack",
"ghcr.io/vmware-tanzu/function-buildpacks-for-knativehack",
}

for _, builder := range untrusted {
Expand Down

0 comments on commit d0acabc

Please sign in to comment.