Browse Source

更新 'jre/8/Dockerfile'

main
凌文龙 3 years ago
parent
commit
3ca6088ebf
  1. 6
      jre/8/Dockerfile

6
jre/8/Dockerfile

@ -1,4 +1,8 @@
FROM repository.anxinyun.cn/devops/alpine:3-tz-hw
RUN apk add --no-cache openjdk8-jre==8.322.06-r0; \
ENV JDK_VERSION_MAIN 8
ENV JDK_VERSION 8.322.06-r0
RUN apk add --no-cache openjdk${JDK_VERSION_MAIN}-jre==${JDK_VERSION}; \
java -version

Loading…
Cancel
Save