-
Notifications
You must be signed in to change notification settings - Fork 118
Use Dragonwell 11 docker images
joeyleeeeeee97 edited this page Jul 30, 2021
·
13 revisions
Below are Docker images published on Aliyun, more images are coming.
You may raise a Dragonwell 11 bug to ask for an image of your OS/arch.
| Image:Tag | arch | OS | slim? |
|---|---|---|---|
| registry.cn-hangzhou.aliyuncs.com/dragonwell/dragonwell:dragonwell-11.0.11.7_jdk-11.0.11-ga | x86_64 | centos | No |
| registry.cn-hangzhou.aliyuncs.com/dragonwell/dragonwell:dragonwell-11.0.11.7_jdk-11.0.11-ga | aarch64 | centos | No |
| registry.cn-hangzhou.aliyuncs.com/dragonwell/dragonwell:11.0.10.5-GA | x86_64 | centos | No |
| registry.cn-hangzhou.aliyuncs.com/dragonwell/dragonwell:11.0.10.5-GA | aarch64 | centos | No |
| registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.9.4-GA_alpine_x86_64 | x86_64 | alphine | No |
| registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.7.2-GA_alpine_x86_64 | x86_64 | alphine | No |
| registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64 | x86_64 | alphine | No |
For example:
docker pull registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64
Just like other images
$ sudo docker run -v $PWD:$PWD -it --rm registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64 /bin/sh
Just change the FROM line like below:
FROM registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64
# balabala...