mirror of https://github.com/knative/func.git
Merge 37596f7432
into 9e117217a6
This commit is contained in:
commit
b0b8f0a0f6
2
.ko.yaml
2
.ko.yaml
|
@ -1,3 +1 @@
|
|||
defaultBaseImage: gcr.io/distroless/static:nonroot
|
||||
baseImageOverrides:
|
||||
knative.dev/func/cmd/func: docker.io/library/alpine:latest
|
||||
|
|
|
@ -22,7 +22,7 @@ echo_test() {
|
|||
template:
|
||||
spec:
|
||||
containers:
|
||||
- image: docker.io/jmalloc/echo-server
|
||||
- image: quay.io/dfridric/echo-server
|
||||
EOF
|
||||
(( i+=1 ))
|
||||
if (( i>=n )); then
|
||||
|
|
|
@ -116,7 +116,7 @@ func WithTimestamp(v bool) Option {
|
|||
}
|
||||
}
|
||||
|
||||
var DefaultLifecycleImage = "docker.io/buildpacksio/lifecycle:553c041"
|
||||
var DefaultLifecycleImage = "quay.io/boson/lifecycle@sha256:f53fea9ec9188b92cab0b8a298ff852d76a6c2aaf56f968a08637e13de0e0c59"
|
||||
|
||||
// Build the Function at path.
|
||||
func (b *Builder) Build(ctx context.Context, f fn.Function, platforms []fn.Platform) (err error) {
|
||||
|
|
Loading…
Reference in New Issue