We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b881e commit c481810Copy full SHA for c481810
mse-simple-demo/gateway/Dockerfile
@@ -1,11 +1,8 @@
1
-FROM eclipse-temurin:8-jdk-alpine
+FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8-extended-ga-centos
2
3
# copy arthas
4
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas
5
6
-RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
7
-RUN apk add wget unzip tcpdump ngrep iproute2-ss bind-tools
8
-
9
WORKDIR /app
10
COPY /target/gateway-1.0.0.jar /app
11
0 commit comments