Skip to content

Commit 80a76a1

Browse files
authored
switches deprecated openjdk base images in the examples
1 parent dae45e3 commit 80a76a1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • examples

examples/BaSyxClient/basyx-client/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM maven:3.8.1-openjdk-17 AS build
1+
njdk:17FROM maven:3.8.1-openjdk-17 AS build
22
ARG HTTP_PROXY
33
ARG HTTPS_PROXY
44
WORKDIR /app
55
COPY pom.xml .
66
COPY src src
77
RUN mvn clean package -DskipTests
88

9-
FROM openjdk:17
9+
FROM eclipse-temurin:17
1010
ARG HTTP_PROXY
1111
ARG HTTPS_PROXY
1212
WORKDIR /app

examples/BaSyxOperationDelegation/exampleOperationService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY src src
1212
RUN mvn clean package -DskipTests
1313

1414
# Stage 2: Runtime Stage
15-
FROM openjdk:17
15+
FROM eclipse-temurin:17
1616
ARG HTTP_PROXY
1717
ARG HTTPS_PROXY
1818
WORKDIR /app

0 commit comments

Comments
 (0)