mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
11.0.2-rhel-7-r51 release
This commit is contained in:
@@ -10,7 +10,7 @@ RUN bitnami-pkg install java-11.0.2-0 --checksum fe79561c4dd339f9d68f633237b47b0
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="java" \
|
||||
BITNAMI_IMAGE_VERSION="11.0.2-rhel-7-r50" \
|
||||
BITNAMI_IMAGE_VERSION="11.0.2-rhel-7-r51" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
@@ -3,7 +3,9 @@ version: '2'
|
||||
services:
|
||||
java:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: 'bitnami/java:11-rhel-7'
|
||||
# Build action should be successful from any RHEL Host system running the Docker service with subscription managed registered
|
||||
# + info: https://access.redhat.com/solutions/253273
|
||||
build: .
|
||||
command: ["tail", "-f", "/dev/null"] # To keep the container running
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
||||
@@ -43,7 +43,7 @@ $ kubectl apply -f test.yaml
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
- [`11`, `11.0.2-rhel-7-r50` (11/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-rhel-7-r50/11/rhel-7/Dockerfile), [`11-prod`, `11.0.2-rhel-7-r50-prod` (11/rhel-7/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-rhel-7-r50/11/rhel-7/prod/Dockerfile)
|
||||
- [`11`, `11.0.2-rhel-7-r51` (11/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-rhel-7-r51/11/rhel-7/Dockerfile), [`11-prod`, `11.0.2-rhel-7-r51-prod` (11/rhel-7/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-rhel-7-r51/11/rhel-7/prod/Dockerfile)
|
||||
- [`11`, `11.0.2-ol-7-r50` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-ol-7-r50/11/ol-7/Dockerfile), [`11-prod`, `11.0.2-ol-7-r50-prod` (11/ol-7/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-ol-7-r50/11/ol-7/prod/Dockerfile)
|
||||
- [`11`, `11.0.2-ol-7-r47-prod` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-ol-7-r47-prod/11/ol-7/Dockerfile), [`11-prod`, `11.0.2-ol-7-r47-prod-prod` (11/ol-7/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-ol-7-r47-prod/11/ol-7/prod/Dockerfile)
|
||||
- [`11`, `11.0.2-debian-9-r46` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-debian-9-r46/11/debian-9/Dockerfile), [`11-prod`, `11.0.2-debian-9-r46-prod` (11/debian-9/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-java/blob/11.0.2-debian-9-r46/11/debian-9/prod/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user