cc33f8031d62591ff1f70dfbfe644a87839672a3
docker/Dockerfile
| ... | ... | @@ -4,7 +4,7 @@ FROM eclipse-temurin:8-jdk |
| 4 | 4 | # the configuration/github-download-release-assets.sh script to |
| 5 | 5 | # obtain the tar.gz file for a specific or the latest "main" release. |
| 6 | 6 | # To build with an SAP JVM 8 base image built using Dockerfile_sapjvm, use something like: |
| 7 | -#FROM sapjvm8:8.1.108 |
|
| 7 | +#FROM sapjvm8:8.1.109 |
|
| 8 | 8 | ARG RELEASE |
| 9 | 9 | LABEL maintainer=axel.uhl@sap.com |
| 10 | 10 | LABEL org.opencontainers.image.description="Sailing Analytics with Java 8" |
docker/Dockerfile_sapjvm
| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | FROM buildpack-deps:bullseye |
| 2 | -ARG SAPJVM_VERSION=8.1.108 |
|
| 2 | +ARG SAPJVM_VERSION=8.1.109 |
|
| 3 | 3 | LABEL maintainer=axel.uhl@sap.com |
| 4 | 4 | # Download and extract the SAP JVM 8 |
| 5 | 5 | ENV PATH=${PATH}:/opt/sapjvm_8/bin |
docker/Dockerfile_sapsailing_on_sapmachine25
| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | -FROM sapmachine:25.0.1 |
|
| 1 | +FROM sapmachine:25.0.3 |
|
| 2 | 2 | # This Dockerfile assumes that the release to use is provided as |
| 3 | 3 | # ${RELEASE}.tar.gz in the current Docker workspace. Use, e.g., |
| 4 | 4 | # the configuration/github-download-release-assets.sh script to |
docker/Dockerfile_windestimation-on-sapmachine25
| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | -FROM sapmachine:25.0.1 |
|
| 1 | +FROM sapmachine:25.0.3 |
|
| 2 | 2 | LABEL maintainer=axel.uhl@sap.com |
| 3 | 3 | # Download and extract the release |
| 4 | 4 | WORKDIR /home/sailing |