26.0.1-debian-10-r4 release

This commit is contained in:
Bitnami Bot
2022-01-25 06:33:03 +00:00
parent b543c7c914
commit 3c5fce1d70
3 changed files with 8 additions and 8 deletions

View File

@@ -12,8 +12,8 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-0" --checksum f7addf88d61b35543dc6ed9f5ec31fd8a800cec6249d419310fd56e8e9a3499d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.0.1-0" --checksum 96b926a4432cf56b85005dc5f40b5663e356ed82340c25124bbe4520f82cc2e5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.0.1-1" --checksum 25690a71b53e48c072750947b5d2404e68228f7011b946cce6eb6159ef97ad97
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -22,7 +22,7 @@ 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.1-debian-10-r3" \
BITNAMI_IMAGE_VERSION="26.0.1-debian-10-r4" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/common/bin:$PATH" \
WILDFLY_HOME="/home/wildfly"

View File

@@ -1,10 +1,10 @@
{
"gosu": {
"arch": "amd64",
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-2"
"version": "1.14.0-3"
},
"java": {
"arch": "amd64",
@@ -15,9 +15,9 @@
},
"wildfly": {
"arch": "amd64",
"digest": "96b926a4432cf56b85005dc5f40b5663e356ed82340c25124bbe4520f82cc2e5",
"digest": "25690a71b53e48c072750947b5d2404e68228f7011b946cce6eb6159ef97ad97",
"distro": "debian-10",
"type": "NAMI",
"version": "26.0.1-0"
"version": "26.0.1-1"
}
}

View File

@@ -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.1`, `26.0.1-debian-10-r3` (26/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.0.1-debian-10-r3/26/debian-10/Dockerfile)
* [`26`, `26-debian-10`, `26.0.1`, `26.0.1-debian-10-r4` (26/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.0.1-debian-10-r4/26/debian-10/Dockerfile)
* [`25`, `25-debian-10`, `25.0.1`, `25.0.1-debian-10-r74`, `latest` (25/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/25.0.1-debian-10-r74/25/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wildfly GitHub repo](https://github.com/bitnami/bitnami-docker-wildfly).