Skip to content

Use Dragonwell 11 docker images

Jonathan Lu edited this page Apr 27, 2020 · 13 revisions

List of Dragonwell 11 images

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/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 alpine No

Pull the image

For example:

docker pull registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64

Run in command line

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

FROM as base image

Just change the FROM line like below:

FROM registry.cn-shanghai.aliyuncs.com/dragonwell/dragonwell11:11.0.5.1-preview_alpine_x86_64
# balabala...

Clone this wiki locally