mirror of https://github.com/knative/func.git
Make docker.io/heroku/ builders trusted (#2823)
fixes #2516 Co-authored-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
c70d353324
commit
c1160e1415
|
@ -51,6 +51,7 @@ var (
|
|||
"docker.io/paketobuildpacks/",
|
||||
"gcr.io/buildpacks/",
|
||||
"ghcr.io/knative/",
|
||||
"docker.io/heroku/",
|
||||
}
|
||||
|
||||
defaultBuildpacks = map[string][]string{}
|
||||
|
|
Loading…
Reference in New Issue