sapjvm upd + sapcc upd

This commit is contained in:
Francois Beckers 2022-11-24 19:09:21 +01:00
parent 1751e05ee8
commit f40b34fda7
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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