nzamani / sap-cloud-connector-docker

SAP Cloud Connector in Docker
74 stars 55 forks source link

Build not possible with sapjvm 8.1.091 #44

Open NeubauerJohannes opened 1 year ago

NeubauerJohannes commented 1 year ago

When building with the arguments for the latest versions (sapcc: 2.15.1, sapjvm: 8.1.091) available on https://tools.hana.ondemand.com/#cloud I receive the following error:

> docker build --build-arg SAPJVM_VERSION=8.1.091 --build-arg SAPCC_VERSION=2.15.1  -t sapcc:2.15.1 .

#7 15.88 2023-02-17 08:56:02 (12.8 MB/s) - 'sapjvm-8.1.091-linux-x64.rpm' saved [121848175/121848175]
#7 15.88
#7 15.89 Archive:  sapcc-2.15.1-linux-x64.zip
#7 15.89   inflating: com.sap.scc-ui-2.15.1-3.x86_64.rpm
#7 16.40    package sapjvm-8-1.091-1.x86_64 is intended for a different architecture
------
executor failed running [/bin/sh -c 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-linux-x64.zip &&     rpm -i sapjvm-$SAPJVM_VERSION-linux-x64.rpm &&      rpm -i com.sap.scc-ui-${SAPCC_VERSION}*.x86_64.rpm]: exit code: 1