chore: update and move to the new server
All checks were successful
Docker Image CI / build (push) Successful in 9m1s
All checks were successful
Docker Image CI / build (push) Successful in 9m1s
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# ===== build stage =====
|
# ===== build stage =====
|
||||||
FROM harbor.merlin.xin/mirrors/docker.io/library/maven:3.9.6-eclipse-temurin-17 AS builder
|
FROM registry.merlin.xin/library/maven:4.0.0-rc-5-eclipse-temurin-17 AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY pom.xml .
|
COPY pom.xml .
|
||||||
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.m2 mvn -B -q package -DskipTests
|
|||||||
|
|
||||||
|
|
||||||
# ===== runtime stage =====
|
# ===== runtime stage =====
|
||||||
FROM harbor.merlin.xin/mirrors/docker.io/library/eclipse-temurin:17-jre-alpine
|
FROM registry.merlin.xin/library/eclipse-temurin:17-jre-alpine
|
||||||
|
|
||||||
# >>> Install debug tools <<<
|
# >>> Install debug tools <<<
|
||||||
#RUN apk update && apk add --no-cache \
|
#RUN apk update && apk add --no-cache \
|
||||||
|
|||||||
Reference in New Issue
Block a user