🧹 Remove discontinued tanzu builder image (#2178)

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
Matthias Wessendorf 2024-02-22 14:18:08 +01:00 committed by GitHub
parent 267a03c8c8
commit e3576d3225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -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/",
}

View File

@ -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 {