Skip to content

Commit b51b8ba

Browse files
authored
Merge pull request #55 from openml/release/v1.2.2
Release/v1.2.2
2 parents 0332477 + 85531e4 commit b51b8ba

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
FROM maven:3.9.9-amazoncorretto-11-alpine AS build
1+
FROM maven:3.9.11-amazoncorretto-11-alpine AS build
22
COPY src /app/src
33
COPY pom.xml /app
44
RUN mvn -f /app/pom.xml clean package -DskipTests
55

6-
FROM openjdk:11-slim-bullseye
7-
RUN useradd --create-home unprivileged-user
8-
USER unprivileged-user
6+
FROM amazoncorretto:11-alpine3.22
97

108
COPY --from=build /app/target/EvaluationEngine-*-jar-with-dependencies.jar /usr/local/lib/evaluation-engine.jar
119
ENTRYPOINT ["java", "-jar", "/usr/local/lib/evaluation-engine.jar"]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.openml</groupId>
44
<artifactId>EvaluationEngine</artifactId>
5-
<version>1.2.1-SNAPSHOT</version>
5+
<version>1.2.2-SNAPSHOT</version>
66
<name>EvaluationEngine</name>
77
<description>OpenML EvaluationEngine; processes datasets, generates splits and evaluates runs</description>
88
<organization>

0 commit comments

Comments
 (0)