Skip to content

Commit

Permalink
🧹 Remove discontinued tanzu builder image (#2178)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Feb 22, 2024
1 parent 267a03c commit e3576d3
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 e3576d3

Please sign in to comment.