update devfile
This commit is contained in:
@@ -1,13 +1,25 @@
|
|||||||
---
|
---
|
||||||
schemaVersion: 2.2.0
|
schemaVersion: 2.2.0
|
||||||
metadata:
|
metadata:
|
||||||
name: product-demos
|
name: ansible-demo
|
||||||
components:
|
components:
|
||||||
- name: product-demos-ee
|
- name: tooling-container
|
||||||
container:
|
container:
|
||||||
image: quay.io/mloriedo/ansible-creator-ee:latest # workaround for https://github.com/eclipse/che/issues/21778
|
image: quay.io/acme_corp/product-demos-ee:latest
|
||||||
memoryRequest: 256M
|
memoryRequest: 256M
|
||||||
memoryLimit: 5Gi
|
memoryLimit: 6Gi
|
||||||
cpuRequest: 250m
|
cpuRequest: 250m
|
||||||
cpuLimit: 2000m
|
cpuLimit: 2000m
|
||||||
args: ['tail', '-f', '/dev/null']
|
args: ['tail', '-f', '/dev/null']
|
||||||
|
commands:
|
||||||
|
- id: oc-install
|
||||||
|
exec:
|
||||||
|
commandLine: '/usr/local/bin/ansible-playbook ${PROJECT_SOURCE}/playbooks/install_oc.yml'
|
||||||
|
workingDir: ${PROJECT_SOURCE}
|
||||||
|
group:
|
||||||
|
kind: build
|
||||||
|
isDefault: true
|
||||||
|
component: tooling-container
|
||||||
|
events:
|
||||||
|
postStart:
|
||||||
|
- "oc-install"
|
||||||
|
|||||||
Reference in New Issue
Block a user