This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.2.3. 웹 콘솔을 사용하여 애플리케이션 생성
원하는 프로젝트에 있는 동안 프로젝트에 추가를 클릭합니다.
프로젝트의 이미지 목록 또는 서비스 카탈로그에서 빌더 이미지를 선택합니다.
참고여기에 설명된 대로 주석에 builder 태그가 표시된 이미지 스트림 태그만 이 목록에 표시됩니다.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow kind: "ImageStream" apiVersion: "v1" metadata: name: "ruby" creationTimestamp: null spec: dockerImageRepository: "registry.access.redhat.com/openshift3/ruby-20-rhel7" tags: - name: "2.0" annotations: description: "Build and run Ruby 2.0 applications" iconClass: "icon-ruby" tags: "builder,ruby" supports: "ruby:2.0,ruby" version: "2.0"
kind: "ImageStream" apiVersion: "v1" metadata: name: "ruby" creationTimestamp: null spec: dockerImageRepository: "registry.access.redhat.com/openshift3/ruby-20-rhel7" tags: - name: "2.0" annotations: description: "Build and run Ruby 2.0 applications" iconClass: "icon-ruby" tags: "builder,ruby"
1 supports: "ruby:2.0,ruby" version: "2.0"
- 1
- 여기에 빌더를 포함하면 이
ImageStreamTag
는 웹 콘솔에 빌더로 표시됩니다.
새 애플리케이션 화면에서 설정을 수정하여 애플리케이션을 지원하도록 오브젝트를 구성합니다.