[bitnami/java] Release 11.0.22-12-debian-12-r5 (#62331)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-02-20 13:58:22 +01:00
committed by GitHub
parent bca48e0c06
commit dcaedc3cf0
22 changed files with 3024 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
java:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/java:11
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080
volumes:
- .:/app