use SAP JVM 8.1.101 for docker images

This commit is contained in:
Axel Uhl
2024-11-18 16:40:11 +01:00
parent 9e6c7afe4e
commit 8c8701b190
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ FROM eclipse-temurin:8-jdk
# the configuration/github-download-release-assets.sh script to # the configuration/github-download-release-assets.sh script to
# obtain the tar.gz file for a specific or the latest "main" release. # obtain the tar.gz file for a specific or the latest "main" release.
# To build with an SAP JVM 8 base image built using Dockerfile_sapjvm, use something like: # To build with an SAP JVM 8 base image built using Dockerfile_sapjvm, use something like:
#FROM sapjvm8:8.1.098 #FROM sapjvm8:8.1.101
ARG RELEASE ARG RELEASE
LABEL maintainer=axel.uhl@sap.com LABEL maintainer=axel.uhl@sap.com
LABEL org.opencontainers.image.description Sailing Analytics with Java 8 LABEL org.opencontainers.image.description Sailing Analytics with Java 8
+1 -1
View File
@@ -1,5 +1,5 @@
FROM buildpack-deps:bullseye FROM buildpack-deps:bullseye
ARG SAPJVM_VERSION=8.1.098 ARG SAPJVM_VERSION=8.1.101
LABEL maintainer=axel.uhl@sap.com LABEL maintainer=axel.uhl@sap.com
# Download and extract the SAP JVM 8 # Download and extract the SAP JVM 8
ENV PATH=${PATH}:/opt/sapjvm_8/bin ENV PATH=${PATH}:/opt/sapjvm_8/bin
+1 -1
View File
@@ -1,4 +1,4 @@
ARG SAPJVM_VERSION=8.1.098 ARG SAPJVM_VERSION=8.1.101
FROM docker.sapsailing.com/sapjvm8:${SAPJVM_VERSION} FROM docker.sapsailing.com/sapjvm8:${SAPJVM_VERSION}
LABEL maintainer=axel.uhl@sap.com LABEL maintainer=axel.uhl@sap.com
# Download and extract the release # Download and extract the release