File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ docker run -it --rm azul-zulu:<ZULU_VERSION>-alpine<DISTRO_VERSION> java -versio
6060docker run -it --rm azul-zulu:<ZULU_VERSION>-rockylinux<DISTRO_VERSION> java --version
6161```
6262
63- As the entrypoint, use:
64- ```
65- /usr/lib/jvm/zulu<VERSION>/bin/java
66- ```
67-
6863### Building a Container With Your Own Application
6964
7065To build a Debian Docker container with a pre-built jar file with, use the following example Dockerfile:
@@ -81,4 +76,4 @@ You can build and run the Docker Image as shown in the following example:
8176``` bash
8277docker build -t my-app-container .
8378docker run -it --rm my-app-container
84- ```
79+ ```
Original file line number Diff line number Diff line change 1- https://github.com/zulu-openjdk/ zulu-openjdk
1+ https://github.com/AzulSystems/azul- zulu-images
Original file line number Diff line number Diff line change 1- https://github.com/zulu-openjdk/ zulu-openjdk /issues
1+ https://github.com/AzulSystems/azul- zulu-images /issues
Original file line number Diff line number Diff line change 1- View [ license information] ( https://github.com/zulu-openjdk/ zulu-openjdk /blob/master/LICENSE.txt ) for the software contained in this image.
1+ View [ license information] ( https://github.com/AzulSystems/azul- zulu-images /blob/master/LICENSE.txt ) for the software contained in this image.
Original file line number Diff line number Diff line change 1+ {
2+ "hub" : {
3+ "categories" : [
4+ " languages-and-frameworks"
5+ ]
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments