26.1.1-debian-11-r10 release
This commit is contained in:
parent
eb6f3ec56b
commit
7e451da6dd
|
|
@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# 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-151" --checksum e882915233fe7750650efba8e5bbf082cb19587aeea4c4d78e0a249cf5f8d84c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.1.1-152" --checksum 3812c623822d7a4f7ff8b07ed0139168faf5772ea6a76a5d46d0230137761a95
|
||||
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
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"wildfly": {
|
||||
"arch": "amd64",
|
||||
"digest": "e882915233fe7750650efba8e5bbf082cb19587aeea4c4d78e0a249cf5f8d84c",
|
||||
"digest": "3812c623822d7a4f7ff8b07ed0139168faf5772ea6a76a5d46d0230137761a95",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "26.1.1-151"
|
||||
"version": "26.1.1-152"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r9`, `latest` (26/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.1.1-debian-11-r9/26/debian-11/Dockerfile)
|
||||
* [`26`, `26-debian-11`, `26.1.1`, `26.1.1-debian-11-r10`, `latest` (26/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.1.1-debian-11-r10/26/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wildfly GitHub repo](https://github.com/bitnami/bitnami-docker-wildfly).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue