Skip to content

Instantly share code, notes, and snippets.

@sparkoo
Last active September 2, 2021 06:46
Show Gist options
  • Save sparkoo/f9bc419689f3fabf422ed4a6ca6db83d to your computer and use it in GitHub Desktop.
Save sparkoo/f9bc419689f3fabf422ed4a6ca6db83d to your computer and use it in GitHub Desktop.
schemaVersion: 2.0.0
metadata:
name: spring-petclinic
projects:
- name: spring-petclinic
git:
remotes:
origin: "https://github.com/l0rd/spring-petclinic"
components:
- name: maven
container:
image: quay.io/eclipse/che-java8-maven:next
volumeMounts:
- name: mavenrepo
path: /root/.m2
env:
- name: ENV_VAR
value: value
memoryLimit: 1536M
- name: mavenrepo
volume:
size: 1G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment