File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # mc
1
+ # registry-proxy
2
2
3
3
GitHub [ stilleshan/dockerfiles] ( https://github.com/stilleshan/dockerfiles )
4
4
Docker [ stilleshan/registry-proxy] ( https://hub.docker.com/r/stilleshan/registry-proxy )
Original file line number Diff line number Diff line change 1
- FROM ioiox/alpine:3.15-openjdk-8-headless
1
+ FROM ibm-semeru-runtimes:open-8-jre
2
2
LABEL maintainer=
"Stille <[email protected] >"
3
3
4
4
ENV VERSION 3.2.5
5
5
6
6
WORKDIR /root
7
7
8
- RUN wget https://github.com/zhaojun1998/zfile/releases/download/${VERSION}/zfile-${VERSION}.war \
9
- && mkdir zfile && unzip zfile-${VERSION}.war -d zfile && rm -rf zfile-${VERSION}.war \
10
- && chmod +x ~/ zfile/bin/*.sh
8
+ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
9
+ RUN echo 'Asia/Shanghai' >/etc/timezone
10
+ RUN curl -L -o app.jar https://github.com/zhaojun1998/ zfile/releases/download/${VERSION}/zfile-${VERSION}.jar
11
11
12
12
EXPOSE 8080
13
13
14
- CMD sh ./zfile/bin/start.sh && tail -f /dev/null
14
+ ENTRYPOINT java $JAVA_OPTS -Xshareclasses -Xquickstart -jar /root/app.jar
You can’t perform that action at this time.
0 commit comments