mirror of
https://github.com/bitnami/containers.git
synced 2026-02-25 07:37:32 +08:00
26.0.0-debian-10-r14 release
This commit is contained in:
@@ -14,13 +14,15 @@ RUN install_packages acl ca-certificates curl gzip libaio1 libc6 procps tar zlib
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.13-1" --checksum cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.0.0-1" --checksum 4f60d69761add95c8c8fb06f1accf0b86514abe79e8eb67a2827b4435d3ec7e9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/wildfly/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="wildfly" \
|
||||
BITNAMI_IMAGE_VERSION="26.0.0-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="26.0.0-debian-10-r14" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
WILDFLY_HOME="/home/wildfly"
|
||||
|
||||
@@ -47,7 +47,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`26`, `26-debian-10`, `26.0.0`, `26.0.0-debian-10-r13` (26/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.0.0-debian-10-r13/26/debian-10/Dockerfile)
|
||||
* [`26`, `26-debian-10`, `26.0.0`, `26.0.0-debian-10-r14` (26/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.0.0-debian-10-r14/26/debian-10/Dockerfile)
|
||||
* [`25`, `25-debian-10`, `25.0.1`, `25.0.1-debian-10-r64`, `latest` (25/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/25.0.1-debian-10-r64/25/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wildfly GitHub repo](https://github.com/bitnami/bitnami-docker-wildfly).
|
||||
|
||||
Reference in New Issue
Block a user