generated from container/tmpl
李玉
3 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
FROM repository.anxinyun.cn/devops/alpine:3-tz-hw |
|||
|
|||
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…
Reference in new issue