26.1.1-debian-11-r5 release

This commit is contained in:
Bitnami Bot
2022-06-15 15:29:35 +00:00
committed by Bitnami Containers
parent ccf0aa1bce
commit ab211c8ddb
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ 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.15-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.1.1-150" --checksum 1b5b87d6505a22309b4bfb82aa86f8bd207ee8e7d094494b298a67dbbdc445c8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.1.1-151" --checksum e882915233fe7750650efba8e5bbf082cb19587aeea4c4d78e0a249cf5f8d84c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@@ -15,9 +15,9 @@
},
"wildfly": {
"arch": "amd64",
"digest": "1b5b87d6505a22309b4bfb82aa86f8bd207ee8e7d094494b298a67dbbdc445c8",
"digest": "e882915233fe7750650efba8e5bbf082cb19587aeea4c4d78e0a249cf5f8d84c",
"distro": "debian-11",
"type": "NAMI",
"version": "26.1.1-150"
"version": "26.1.1-151"
}
}

View File

@@ -45,7 +45,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-11`, `26.1.1`, `26.1.1-debian-11-r4`, `latest` (26/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.1.1-debian-11-r4/26/debian-11/Dockerfile)
* [`26`, `26-debian-11`, `26.1.1`, `26.1.1-debian-11-r5`, `latest` (26/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.1.1-debian-11-r5/26/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/wildfly GitHub repo](https://github.com/bitnami/bitnami-docker-wildfly).