mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 16:47:21 +08:00
26.1.1-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
9d16c502ce
commit
3496b59884
@@ -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-0" --checksum 255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.1.0-0" --checksum d2a004a7e659bf6e02873c3f571e982f46cdf0c2c7ca1ec5f536c2d4556d75e9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "26.1.1-0" --checksum d84a8b22081e6fb6e8f22cf859361077d69d7f6fb9a25576549130f380064fae
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/wildfly/postunpack.sh
|
||||
ENV APP_VERSION="26.1.0" \
|
||||
ENV APP_VERSION="26.1.1" \
|
||||
BITNAMI_APP_NAME="wildfly" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"wildfly": {
|
||||
"arch": "amd64",
|
||||
"digest": "d2a004a7e659bf6e02873c3f571e982f46cdf0c2c7ca1ec5f536c2d4556d75e9",
|
||||
"digest": "d84a8b22081e6fb6e8f22cf859361077d69d7f6fb9a25576549130f380064fae",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "26.1.0-0"
|
||||
"version": "26.1.1-0"
|
||||
}
|
||||
}
|
||||
@@ -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-10`, `26.1.0`, `26.1.0-debian-10-r33`, `latest` (26/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.1.0-debian-10-r33/26/debian-10/Dockerfile)
|
||||
* [`26`, `26-debian-10`, `26.1.1`, `26.1.1-debian-10-r0`, `latest` (26/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wildfly/blob/26.1.1-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user