This commit is contained in:
David Fridrich 2025-08-21 16:21:52 +01:00 committed by GitHub
commit b0b8f0a0f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View File

@ -1,3 +1 @@
defaultBaseImage: gcr.io/distroless/static:nonroot
baseImageOverrides:
knative.dev/func/cmd/func: docker.io/library/alpine:latest

View File

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

View File

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