This documentation is for a release that is no longer maintained
See documentation for the latest supported version.2.9. devfile 2.3.0 支持
在这个版本中,CDE 定义支持 devfile 的新 2.3.0 schemaVersion
:
schemaVersion: 2.3.0 metadata: generateName: quarkus-api-example attributes: controller.devfile.io/storage-type: ephemeral components: - name: tools container: image: quay.io/devfile/universal-developer-image:ubi8-latest env: - name: QUARKUS_HTTP_HOST value: 0.0.0.0 ...
schemaVersion: 2.3.0
metadata:
generateName: quarkus-api-example
attributes:
controller.devfile.io/storage-type: ephemeral
components:
- name: tools
container:
image: quay.io/devfile/universal-developer-image:ubi8-latest
env:
- name: QUARKUS_HTTP_HOST
value: 0.0.0.0
...
有关 2.3.0
版本的更多详细信息,请参阅 官方文档。
其他资源