Skip to content

Commit cbab52a

Browse files
committed
use eclipse-temurin
1 parent fffcc77 commit cbab52a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

mse-simple-demo/A/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/root/.m2/repository/ \
3030
mvn clean package --batch-mode
3131

3232

33-
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-extended-ga-centos
33+
FROM eclipse-temurin:8-jdk-alpine
3434

3535
# copy arthas
3636
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas

mse-simple-demo/B/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY ./ ./
2626
RUN --mount=type=cache,target=/root/.m2/repository/ \
2727
mvn clean package --batch-mode
2828

29-
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-extended-ga-centos
29+
FROM eclipse-temurin:8-jdk-alpine
3030

3131
# copy arthas
3232
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas

mse-simple-demo/C/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY ./ ./
2525
RUN --mount=type=cache,target=/root/.m2/repository/ \
2626
mvn clean package --batch-mode
2727

28-
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-extended-ga-centos
28+
FROM eclipse-temurin:8-jdk-alpine
2929

3030
# copy arthas
3131
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas

mse-simple-demo/SpringCloudGateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/root/.m2/repository/ \
2929
mvn clean package --batch-mode
3030

3131

32-
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-extended-ga-centos
32+
FROM eclipse-temurin:8-jdk-alpine
3333

3434

3535
# copy arthas

mse-simple-demo/ZuulGateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY ./ ./
2525
RUN --mount=type=cache,target=/root/.m2/repository/ \
2626
mvn clean package --batch-mode
2727

28-
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-extended-ga-centos
28+
FROM eclipse-temurin:8-jdk-alpine
2929

3030
# copy arthas
3131
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas

0 commit comments

Comments
 (0)