mirror of https://github.com/knative/func.git
🧹 Remove discontinued tanzu builder image (#2178)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
parent
267a03c8c8
commit
e3576d3225
|
@ -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/",
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue