Skip to content

Unable to build pack images that don't also have s2i builders when s2i is the default #1492

@tvand

Description

@tvand

According to the Release Notes, Openshift Serverless Operator 1.26 comes with kn 1.5.0 and kn func plugin 1.8.1.

With these versions
kn func create --language node
creates a func.yaml that uses a different specification version (previous was 0.25.0):

specVersion: 0.34.0
name: kn-1-5-0
runtime: node
registry: ""
image: ""
imageDigest: ""
created: 2023-01-11T16:41:50.0787175+01:00
invocation:
  format: http
build:
  buildpacks: []
  builder: ""
  buildEnvs: []
run:
  volumes: []
  envs: []
deploy:
  namespace: ""
  annotations: {}
  options: {}
  labels: []
  healthEndpoints:
    liveness: /health/liveness
    readiness: /health/readiness

This format is not covered by the reference documentation AFAICS.

Where can I find the current documentation?

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions