Skip to content

Commit

Permalink
[release-v1.2.0] Update kn-plugin-func from latest midstream (knative…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Jun 8, 2022
1 parent 0563656 commit 617f9b9
Show file tree
Hide file tree
Showing 5 changed files with 10,032 additions and 10,013 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ replace (
// Points at: https://github.com/openshift-knative/kn-plugin-event/commit/1868b0441a3a2768724ffe5508ce0dcd6ded97c0
knative.dev/kn-plugin-event => github.com/openshift-knative/kn-plugin-event v0.29.1-0.20220412122141-1868b0441a3a

// Points at: https://github.com/openshift-knative/kn-plugin-func/commit/a3f704bc3c5046683a31dc5644f753de936c4018
knative.dev/kn-plugin-func => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220601222936-a3f704bc3c50
// Points at: https://github.com/openshift-knative/kn-plugin-func/commit/df6b133692f10820fdae1d0df5211ecad09ac536
knative.dev/kn-plugin-func => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220608163318-df6b133692f1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2172,8 +2172,8 @@ github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK9
github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
github.com/openshift-knative/kn-plugin-event v0.29.1-0.20220412122141-1868b0441a3a h1:/YDaMMhw/x5YBEiyBKMcKsaqwTU6MqRwpmli9qJ3hFc=
github.com/openshift-knative/kn-plugin-event v0.29.1-0.20220412122141-1868b0441a3a/go.mod h1:kQyE1OOW1CdTUim/7xAGmGZoqnJqsU9G0nqazQ8nEl8=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220601222936-a3f704bc3c50 h1:9desZnec/d04MX2vhIlBQms2jBQIm6DArlNstWUrqok=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220601222936-a3f704bc3c50/go.mod h1:bn9LDPsTNbpY7e4VL03ewcTognbJfxu/juNdLLwqT7o=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220608163318-df6b133692f1 h1:hBZE1u19w6dJ1asgOoXEK/HuZEN4v+7GW0j5BXgXY+A=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20220608163318-df6b133692f1/go.mod h1:bn9LDPsTNbpY7e4VL03ewcTognbJfxu/juNdLLwqT7o=
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis=
github.com/opentracing-contrib/go-stdlib v1.0.0/go.mod h1:qtI1ogk+2JhVPIXVc6q+NHziSmy2W5GbdQZFUHADCBU=
github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74=
Expand Down
14 changes: 7 additions & 7 deletions vendor/knative.dev/kn-plugin-func/buildpacks/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import (

// DefaultBuilderImages for Pack builders indexed by Runtime Language
var DefaultBuilderImages = map[string]string{
"node": "quay.io/boson/faas-nodejs-builder",
"typescript": "quay.io/boson/faas-nodejs-builder",
"go": "quay.io/boson/faas-go-builder",
"python": "quay.io/boson/faas-python-builder",
"quarkus": "quay.io/boson/faas-jvm-builder",
"rust": "quay.io/boson/faas-rust-builder",
"springboot": "quay.io/boson/faas-jvm-builder",
"node": "gcr.io/paketo-buildpacks/builder:base",
"typescript": "gcr.io/paketo-buildpacks/builder:base",
"go": "gcr.io/paketo-buildpacks/builder:base",
"python": "gcr.io/paketo-buildpacks/builder:base",
"quarkus": "gcr.io/paketo-buildpacks/builder:base",
"rust": "gcr.io/paketo-buildpacks/builder:base",
"springboot": "gcr.io/paketo-buildpacks/builder:base",
}

//Builder holds the configuration that will be passed to
Expand Down
Loading

0 comments on commit 617f9b9

Please sign in to comment.