From f40b34fda7c44f2c11ae9fd96223b96d18c2f70a Mon Sep 17 00:00:00 2001 From: "Francois B (Makoto2600)" Date: Thu, 24 Nov 2022 19:09:21 +0100 Subject: [PATCH] sapjvm upd + sapcc upd --- Dockerfile | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c00a650..4135d2f 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.2 -ARG SAPJVM_VERSION=8.1.090 +ARG SAPCC_VERSION=2.15.0 +ARG SAPJVM_VERSION=8.1.091 # working setup dir WORKDIR /tmp/sapcc @@ -27,7 +27,7 @@ RUN wget --no-check-certificate --no-cookies --header "Cookie: eula_3_1_agreed=t 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-linux-x64.zip && \ rpm -i sapjvm-$SAPJVM_VERSION-linux-x64.rpm && \ - rpm -i com.sap.scc-ui-$SAPCC_VERSION-4.x86_64.rpm + rpm -i com.sap.scc-ui-$SAPCC_VERSION-16.x86_64.rpm # clean up previously installed rpm packages RUN rm /tmp/sapcc/*.rpm diff --git a/README.md b/README.md index 3e8ffa7..c8e744e 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 +- v7 + - SAP JVM 8.1.091 + - SAP Cloud Connector 2.15.0 - v6 - SAP JVM 8.1.090 - SAP Cloud Connector 2.14.2