26.1.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-15 01:13:09 +00:00
committed by Bitnami Containers
parent 7cae6052b6
commit ada4dd38ce
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ COPY prebuildfs /
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 procps tar zlib1g 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-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.0.1-9" --checksum 71e1cff14dd4324c3fa8ba640876f40213609353a5b1cd0733d3b3c8771a17bd RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.1.0-0" --checksum d2a004a7e659bf6e02873c3f571e982f46cdf0c2c7ca1ec5f536c2d4556d75e9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/wildfly/postunpack.sh RUN /opt/bitnami/scripts/wildfly/postunpack.sh
ENV APP_VERSION="26.0.1" \ ENV APP_VERSION="26.1.0" \
BITNAMI_APP_NAME="wildfly" \ BITNAMI_APP_NAME="wildfly" \
JAVA_HOME="/opt/bitnami/java" \ JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/common/bin:$PATH" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/common/bin:$PATH" \

View File

@@ -15,9 +15,9 @@
}, },
"wildfly": { "wildfly": {
"arch": "amd64", "arch": "amd64",
"digest": "71e1cff14dd4324c3fa8ba640876f40213609353a5b1cd0733d3b3c8771a17bd", "digest": "d2a004a7e659bf6e02873c3f571e982f46cdf0c2c7ca1ec5f536c2d4556d75e9",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "26.0.1-9" "version": "26.1.0-0"
} }
} }

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