File tree Expand file tree Collapse file tree 1 file changed +22
-25
lines changed
Expand file tree Collapse file tree 1 file changed +22
-25
lines changed Original file line number Diff line number Diff line change @@ -16,49 +16,46 @@ Azul Zulu images on Docker Hub are available for different combinations of versi
1616
1717The following Long Term Support (LTS) versions are available:
1818
19- * 8
20- * 11
21- * 17
22- * 21
23- * 25
19+ - 8
20+ - 11
21+ - 17
22+ - 21
23+ - 25
2424
2525Short Term Support (STS) versions are available for six months after their initial release.
2626
2727### Packages
2828
2929The following package types are available:
3030
31- * jdk (default)
32- * jdk-headless
33- * jre
34- * jre-headless
31+ - jdk (default)
32+ - jdk-headless
33+ - jre
34+ - jre-headless
3535
3636### Systems
3737
38- Images based on the following base systems are available :
38+ Images based on the following base systems are available :
3939
40- * Debian (apt)
41- * Alpine (apk)
42- * Rocky Linux (yum)
40+ - Debian (apt)
41+ - Alpine (apk)
42+ - Rocky Linux (yum)
4343
4444## Usage
4545
4646### Running a Container
4747
4848To run a container of your choice and validate its version, use the commands below as an example.
4949
50- * Azul Zulu based on Debian:
51- ```
52- docker run -it --rm azul-zulu:<ZULU_VERSION>-debian<DISTRO_VERSION> java -version
53- ```
54- * Azul Zulu based on Alpine:
55- ```
56- docker run -it --rm azul-zulu:<ZULU_VERSION>-alpine<DISTRO_VERSION> java -version
57- ```
58- * Azul Zulu based on Rocky Linux:
59- ```
60- docker run -it --rm azul-zulu:<ZULU_VERSION>-rockylinux<DISTRO_VERSION> java --version
61- ```
50+ - Azul Zulu based on Debian:`
51+ docker run -it --rm azul-zulu:<ZULU_VERSION>-debian<DISTRO_VERSION> java -version
52+ `
53+ - Azul Zulu based on Alpine:`
54+ docker run -it --rm azul-zulu:<ZULU_VERSION>-alpine<DISTRO_VERSION> java -version
55+ `
56+ - Azul Zulu based on Rocky Linux:`
57+ docker run -it --rm azul-zulu:<ZULU_VERSION>-rockylinux<DISTRO_VERSION> java --version
58+ `
6259
6360### Building a Container With Your Own Application
6461
You can’t perform that action at this time.
0 commit comments