mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
updated SAPJVM8 from 8.1.102 to 8.1.103
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ FROM eclipse-temurin:8-jdk
|
||||
# the configuration/github-download-release-assets.sh script to
|
||||
# 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:
|
||||
#FROM sapjvm8:8.1.102
|
||||
#FROM sapjvm8:8.1.103
|
||||
ARG RELEASE
|
||||
LABEL maintainer=axel.uhl@sap.com
|
||||
LABEL org.opencontainers.image.description="Sailing Analytics with Java 8"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
FROM buildpack-deps:bullseye
|
||||
ARG SAPJVM_VERSION=8.1.102
|
||||
ARG SAPJVM_VERSION=8.1.103
|
||||
LABEL maintainer=axel.uhl@sap.com
|
||||
# Download and extract the SAP JVM 8
|
||||
ENV PATH=${PATH}:/opt/sapjvm_8/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG SAPJVM_VERSION=8.1.102
|
||||
ARG SAPJVM_VERSION=8.1.103
|
||||
FROM docker.sapsailing.com/sapjvm8:${SAPJVM_VERSION}
|
||||
LABEL maintainer=axel.uhl@sap.com
|
||||
# Download and extract the release
|
||||
|
||||
Reference in New Issue
Block a user