-
Notifications
You must be signed in to change notification settings - Fork 498
Use Dragonwell8 docker images new
lvfei.lv edited this page Nov 14, 2022
·
1 revision
Below are Docker images published on Aliyun, more images are coming.
You may raise a Dragonwell bug to ask for an image of your OS/arch.
${DRAGONWELL_VERSION}-${EDITION}-${OPT}-${OS}(-slim)?
- DRAGONWELL_VERSION: such as 8.12.13
- EDITION: standard/extended
- OPT: ga\d+
- OS: anolis/alinux/centos/ubuntu/alpine
- slim: the image whose tag has
-slim
postfix is specially trimmed for smaller image size, and its functionality may be incomplete for your application
| Version | Architecture | Platform | |8 amd64,aarch64 centos,ubuntu,anolis,alinux
For example:
docker pull dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8.12.13-extended-ga-centos
Just like other images
$ sudo docker run -v $PWD:$PWD -it --rm dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8.12.13-extended-ga-centos /bin/sh
Just change the FROM
line like below:
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:8.12.13-extended-ga-centos
# balabala...
Alibaba Dragonwell