2.4. Red Hat Universal Base Image 9를 기반으로 컨테이너에서 Che-Code 실행 지원
이전에는 Che-Code 편집기를 Red Hat Universal Base Image 9 에서 시작하지 못했습니다. 이번 릴리스에서는 이 문제가 해결되어 devfile의 구성 요소 섹션에서 해당 이미지를 명시적으로 참조할 수 있습니다.
schemaVersion: 2.2.2
metadata:
name: ubi9-minimal-demo
components:
- name: tools
container:
image: registry.access.redhat.com/ubi9-minimal:9.3-1552@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
args: ['tail', '-f', '/dev/null']
endpoints:
- exposure: public
name: nodejs
protocol: http
targetPort: 3000
memoryLimit: 2Gi
memoryRequest: 256Mi
mountSources: true
attributes:
controller.devfile.io/merge-contribution: true
추가 리소스