From 659aed0ac44bd71f254dd2e34fb4b3924c27891a Mon Sep 17 00:00:00 2001 From: Rene Schuenemann Date: Fri, 4 Jan 2019 12:41:37 +0100 Subject: [PATCH 1/3] Added sapmachine. --- sapmachine/README-short.txt | 1 + sapmachine/content.md | 35 +++++++++++++++++++++++++++++++++++ sapmachine/get-help.md | 1 + sapmachine/github-repo | 1 + sapmachine/issues.md | 2 ++ sapmachine/license.md | 5 +++++ sapmachine/maintainer.md | 1 + 7 files changed, 46 insertions(+) create mode 100644 sapmachine/README-short.txt create mode 100644 sapmachine/content.md create mode 100644 sapmachine/get-help.md create mode 100644 sapmachine/github-repo create mode 100644 sapmachine/issues.md create mode 100644 sapmachine/license.md create mode 100644 sapmachine/maintainer.md diff --git a/sapmachine/README-short.txt b/sapmachine/README-short.txt new file mode 100644 index 000000000..a925fe198 --- /dev/null +++ b/sapmachine/README-short.txt @@ -0,0 +1 @@ +Official SapMachine Docker Image. diff --git a/sapmachine/content.md b/sapmachine/content.md new file mode 100644 index 000000000..a14ee52a2 --- /dev/null +++ b/sapmachine/content.md @@ -0,0 +1,35 @@ +### Overview + +The image in this repository contains the SapMachine Java virtual machine (JVM). SapMachine is an OpenJDK based JVM that is build, quality tested and long-term supported by SAP. It is the default JVM on the [SAP Cloud Platform](https://cloudplatform.sap.com/index.html) and it is also supported as a [Standard JRE](https://github.com/cloudfoundry/java-buildpack/blob/master/docs/jre-sap_machine_jre.md) in the [Cloud Foundry Java Build Pack](https://github.com/cloudfoundry/java-buildpack). + +For more information see the [SapMachine website](https://sapmachine.io). + +The SapMachine image supports the x86/64 architecture. + +Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. + + +### How to use this Image + +You can pull and test the image with the following commands: + +```console +docker pull %%IMAGE%%:latest +docker run -it %%IMAGE%%:latest java -version +``` + +You can also use the SapMachine image as a base image to run your own jar file: + +```dockerfile +FROM %%IMAGE%%:latest +RUN mkdir /opt/myapp +COPY myapp.jar /opt/myapp +CMD ["java", "-jar", "/opt/myapp/myapp.jar"] +``` + +You can then build and run your own Docker image: + +```console +docker build -t myapp . +docker run -it --rm myapp +``` diff --git a/sapmachine/get-help.md b/sapmachine/get-help.md new file mode 100644 index 000000000..079586ee7 --- /dev/null +++ b/sapmachine/get-help.md @@ -0,0 +1 @@ +send an email to sapmachine@sap.com \ No newline at end of file diff --git a/sapmachine/github-repo b/sapmachine/github-repo new file mode 100644 index 000000000..20b5ddc9a --- /dev/null +++ b/sapmachine/github-repo @@ -0,0 +1 @@ +https://github.com/SAP/SapMachine \ No newline at end of file diff --git a/sapmachine/issues.md b/sapmachine/issues.md new file mode 100644 index 000000000..04bf9a141 --- /dev/null +++ b/sapmachine/issues.md @@ -0,0 +1,2 @@ +[GitHub](%%GITHUB-REPO%%/issues) +For more information see the [SapMachine Wiki](%%GITHUB-REPO%%/wiki). \ No newline at end of file diff --git a/sapmachine/license.md b/sapmachine/license.md new file mode 100644 index 000000000..c274b230d --- /dev/null +++ b/sapmachine/license.md @@ -0,0 +1,5 @@ +The Dockerfiles and associated scripts are licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). + +Licenses for the SapMachine product installed within the images: + +SapMachine is licensed under the [GNU General Public License (GPL) version with the "CLASSPATH" exception](%%GITHUB-REPO%%/blob/sapmachine/LICENSE). diff --git a/sapmachine/maintainer.md b/sapmachine/maintainer.md new file mode 100644 index 000000000..746a5a43d --- /dev/null +++ b/sapmachine/maintainer.md @@ -0,0 +1 @@ +[The SapMachine Team](%%GITHUB-REPO%%) \ No newline at end of file From abf5f9b1bd65f4da96ab82b8a8e9ee2199a7ded1 Mon Sep 17 00:00:00 2001 From: Rene Schuenemann Date: Sat, 19 Jan 2019 10:20:05 +0100 Subject: [PATCH 2/3] Added newline at the end of file. --- sapmachine/get-help.md | 2 +- sapmachine/github-repo | 2 +- sapmachine/issues.md | 2 +- sapmachine/maintainer.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sapmachine/get-help.md b/sapmachine/get-help.md index 079586ee7..ad30b9786 100644 --- a/sapmachine/get-help.md +++ b/sapmachine/get-help.md @@ -1 +1 @@ -send an email to sapmachine@sap.com \ No newline at end of file +send an email to sapmachine@sap.com diff --git a/sapmachine/github-repo b/sapmachine/github-repo index 20b5ddc9a..199dbeba3 100644 --- a/sapmachine/github-repo +++ b/sapmachine/github-repo @@ -1 +1 @@ -https://github.com/SAP/SapMachine \ No newline at end of file +https://github.com/SAP/SapMachine diff --git a/sapmachine/issues.md b/sapmachine/issues.md index 04bf9a141..fecc62039 100644 --- a/sapmachine/issues.md +++ b/sapmachine/issues.md @@ -1,2 +1,2 @@ [GitHub](%%GITHUB-REPO%%/issues) -For more information see the [SapMachine Wiki](%%GITHUB-REPO%%/wiki). \ No newline at end of file +For more information see the [SapMachine Wiki](%%GITHUB-REPO%%/wiki). diff --git a/sapmachine/maintainer.md b/sapmachine/maintainer.md index 746a5a43d..d18cc79aa 100644 --- a/sapmachine/maintainer.md +++ b/sapmachine/maintainer.md @@ -1 +1 @@ -[The SapMachine Team](%%GITHUB-REPO%%) \ No newline at end of file +[The SapMachine Team](%%GITHUB-REPO%%) From 857ae8926578732202195791207b7e5570a94e8f Mon Sep 17 00:00:00 2001 From: Rene Schuenemann Date: Tue, 22 Jan 2019 15:12:02 +0100 Subject: [PATCH 3/3] Applied changes from markdownfmt.sh -w. --- sapmachine/content.md | 1 - sapmachine/issues.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sapmachine/content.md b/sapmachine/content.md index a14ee52a2..1f380dbe9 100644 --- a/sapmachine/content.md +++ b/sapmachine/content.md @@ -8,7 +8,6 @@ The SapMachine image supports the x86/64 architecture. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. - ### How to use this Image You can pull and test the image with the following commands: diff --git a/sapmachine/issues.md b/sapmachine/issues.md index fecc62039..0e3b25fff 100644 --- a/sapmachine/issues.md +++ b/sapmachine/issues.md @@ -1,2 +1 @@ -[GitHub](%%GITHUB-REPO%%/issues) -For more information see the [SapMachine Wiki](%%GITHUB-REPO%%/wiki). +[GitHub](%%GITHUB-REPO%%/issues) For more information see the [SapMachine Wiki](%%GITHUB-REPO%%/wiki).