Skip to content

Commit

Permalink
releng: update alpine to have latest mvn
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
  • Loading branch information
arfio committed Apr 29, 2024
1 parent a167d28 commit b62f9c3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions releng/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023 Polytechnique de Montréal
# Copyright (c) 2023, 2024 Polytechnique de Montréal
#
# All rights reserved. This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 which
Expand All @@ -7,7 +7,7 @@
#
# SPDX-License-Identifier: EPL-2.0

FROM alpine:3.16.0 as packager
FROM alpine:3.18.0 as packager

RUN apk --no-cache add openjdk17-jdk openjdk17-jmods maven

Expand All @@ -17,6 +17,7 @@ WORKDIR /app/

RUN mvn clean install -DskipTests -Dskip-rcp -Pfilter-grammar -Pctf-grammar

FROM alpine:3.16.0
FROM alpine:3.18.0

COPY --from=packager /root/.m2/ /root/.m2/

COPY --from=packager /root/.m2/repository/org/eclipse/tracecompass /root/.m2/repository/org/eclipse/tracecompass

0 comments on commit b62f9c3

Please sign in to comment.