개요
- openShift 외부에서 생성된 Archive를 배포하는 방법 2가지 설명
- 1번째 방법: Dockerfile
- 2번째 방법: Customed assemble file
관련 링크
Blog
Dockerfile Repository
assemble Repository
참고
- Customed assemble file 설명에서 아래 명령어로 변경 필요
-
기존 명령어에 사용되는 image registry address가 존재하지 않음
- 기존
oc new-app \
jboss-webserver3-tomcat8-openshift~https://github.com/VeerMuchandi/ews-bin-deploy.git \
--name=petstore
- 변경
oc new-app \
registry.access.redhat.com/jboss-eap-6/eap64-openshift~https://github.com/VeerMuchandi/eap6-bin-deploy.git \
--name=petstore
댓글남기기