Skip to content

Instantly share code, notes, and snippets.

@l0rd
Last active April 16, 2019 09:31
Show Gist options
  • Save l0rd/9023472b9880746b549201677961cfc9 to your computer and use it in GitHub Desktop.
Save l0rd/9023472b9880746b549201677961cfc9 to your computer and use it in GitHub Desktop.
che.openshift.io devfiles
---
specVersion: 0.0.1
name: java-hello-world-che7
projects:
- name: console-java-simple
source:
type: git
location: 'https://github.com/che-samples/console-java-simple.git'
tools:
- name: maven
type: dockerimage
image: fabric8/s2i-java:latest-java11
volumes:
- name: mavenrepo
containerPath: /root/.m2
env:
- name: ENV_VAR
value: value
memoryLimit: 512M
command: ['tail']
args: ['-f', '/dev/null']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment