Skip to content

Commit bb4e707

Browse files
committed
1 parent 7027147 commit bb4e707

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

azul-zulu/content.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ docker run -it --rm azul-zulu:<ZULU_VERSION>-alpine<DISTRO_VERSION> java -versio
6060
docker 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

7065
To 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
8277
docker build -t my-app-container .
8378
docker run -it --rm my-app-container
84-
```
79+
```

azul-zulu/github-repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/zulu-openjdk/zulu-openjdk
1+
https://github.com/AzulSystems/azul-zulu-images

azul-zulu/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/zulu-openjdk/zulu-openjdk/issues
1+
https://github.com/AzulSystems/azul-zulu-images/issues

azul-zulu/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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.

azul-zulu/metadata.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"hub": {
3+
"categories": [
4+
"languages-and-frameworks"
5+
]
6+
}
7+
}

0 commit comments

Comments
 (0)