nzamani / sap-cloud-connector-docker

SAP Cloud Connector in Docker
74 stars 55 forks source link

made update of sapcc and sapjvm version easier #29

Closed htammen closed 3 years ago

htammen commented 3 years ago

Hi Nabi, I introduced two ARG`s in the Dockerfile that are used within the file to pull the sapcc and sapjvm archives. This way there is only one location that needs to be updated when new versions get released by SAP.

I also updated the README.md to reflect this change and tell the users to have a look at the versions before installation.

Happy new Year Helmut

htammen commented 3 years ago

I also added the TLS 1.2 startup parameter to the docker file to fix the SSL problem that was reported in issue-27

nzamani commented 3 years ago

Thanks @htammen :-)