From 1751e05ee8526cdbc95661679e7c847f2b20b776 Mon Sep 17 00:00:00 2001 From: "Francois B (Makoto2600)" Date: Fri, 30 Sep 2022 19:45:46 +0200 Subject: [PATCH] SAP JVM 8.1.090 + SAP Cloud Connector 2.14.2 --- Dockerfile | 10 +++++----- README.md | 5 ++++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f183d1..c00a650 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ FROM centos:7 # SAPJVM and SAPCC version # check https://tools.hana.ondemand.com/#cloud -ARG SAPCC_VERSION=2.14.0 -ARG SAPJVM_VERSION=8.1.083 +ARG SAPCC_VERSION=2.14.2 +ARG SAPJVM_VERSION=8.1.090 # working setup dir WORKDIR /tmp/sapcc @@ -23,11 +23,11 @@ RUN yum -y update && yum -y clean all && \ yum -y install which unzip wget net-tools less sudo # download the SAP JVM and SAPCC -RUN wget --no-check-certificate --no-cookies --header "Cookie: eula_3_1_agreed=tools.hana.ondemand.com/developer-license-3_1.txt; path=/;" -S https://tools.hana.ondemand.com/additional/sapcc-$SAPCC_VERSION.1-linux-x64.zip && \ +RUN wget --no-check-certificate --no-cookies --header "Cookie: eula_3_1_agreed=tools.hana.ondemand.com/developer-license-3_1.txt; path=/;" -S https://tools.hana.ondemand.com/additional/sapcc-$SAPCC_VERSION-linux-x64.zip && \ wget --no-check-certificate --no-cookies --header "Cookie: eula_3_1_agreed=tools.hana.ondemand.com/developer-license-3_1.txt; path=/;" -S https://tools.hana.ondemand.com/additional/sapjvm-$SAPJVM_VERSION-linux-x64.rpm && \ - unzip sapcc-$SAPCC_VERSION.1-linux-x64.zip && \ + unzip sapcc-$SAPCC_VERSION-linux-x64.zip && \ rpm -i sapjvm-$SAPJVM_VERSION-linux-x64.rpm && \ - rpm -i com.sap.scc-ui-$SAPCC_VERSION-8.x86_64.rpm + rpm -i com.sap.scc-ui-$SAPCC_VERSION-4.x86_64.rpm # clean up previously installed rpm packages RUN rm /tmp/sapcc/*.rpm diff --git a/README.md b/README.md index c58808c..3e8ffa7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ The goal of this image is to deploy in seconds a fully working SAP Cloud Connect ## Release notes +- v6 + - SAP JVM 8.1.090 + - SAP Cloud Connector 2.14.2 - v5 - SAP JVM 8.1.083 - SAP Cloud Connector 2.14.0.1 @@ -33,7 +36,7 @@ Docker Hub : https://hub.docker.com/r/makoto2600/sapcc ```yaml --- -version: "2.1" +version: '2.1' services: sapcc: image: makoto2600/sapcc:latest