[bitnami/java] Release 22.0.0-37-debian-12-r0 (#63968)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-03-21 09:44:16 +01:00
committed by GitHub
parent 71e47d622c
commit f7ff2144f2
23 changed files with 3027 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ version: '2'
services:
java:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/java:21
image: docker.io/bitnami/java:22
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080