Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Last active February 26, 2016 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhirockzz/a31106d875c502901c67 to your computer and use it in GitHub Desktop.
Save abhirockzz/a31106d875c502901c67 to your computer and use it in GitHub Desktop.
Sample manifest.json for Oracle App Container Cloud service applications
{
"runtime": {
"majorVersion": "7"
},
"command": "java -jar my_fat_jar_app.jar",
"release": {
"build": "20160211115959",
"commit": "abc-def-ghi",
"version": "0.0.7"
},
"notes": "Sample application"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment