26.0.0-debian-10-r21 release

This commit is contained in:
Bitnami Bot
2022-01-21 02:26:55 +00:00
parent 028ec3f2f9
commit e5de0d3730
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.13-1" --checksum cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.0.0-2" --checksum afe6b93e5e248c1e417ab8ae7b8d7278d6531ca4bf791d9e089b8fc4423de0e4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.0.0-3" --checksum 84a3b852bdf5d6479360fdf707bd5d6acf710c8475d46c6176f3643bda2f4cfc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
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.0-debian-10-r20" \
BITNAMI_IMAGE_VERSION="26.0.0-debian-10-r21" \
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": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-1"
"version": "1.14.0-2"
},
"java": {
"arch": "amd64",
@@ -15,9 +15,9 @@
},
"wildfly": {
"arch": "amd64",
"digest": "afe6b93e5e248c1e417ab8ae7b8d7278d6531ca4bf791d9e089b8fc4423de0e4",
"digest": "84a3b852bdf5d6479360fdf707bd5d6acf710c8475d46c6176f3643bda2f4cfc",
"distro": "debian-10",
"type": "NAMI",
"version": "26.0.0-2"
"version": "26.0.0-3"
}
}

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.0`, `26.0.0-debian-10-r20` (26/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.0.0-debian-10-r20/26/debian-10/Dockerfile)
* [`26`, `26-debian-10`, `26.0.0`, `26.0.0-debian-10-r21` (26/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.0.0-debian-10-r21/26/debian-10/Dockerfile)
* [`25`, `25-debian-10`, `25.0.1`, `25.0.1-debian-10-r70`, `latest` (25/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/25.0.1-debian-10-r70/25/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wildfly GitHub repo](https://github.com/bitnami/bitnami-docker-wildfly).