4.2.0-6066-debian-11-r0 release
This commit is contained in:
parent
e1cd396399
commit
cf4ff3188b
|
|
@ -11,9 +11,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl fontconfig fonts-dejavu-extra gzip libaudit1 libc6 libcap-ng0 libgcc-s1 libicu67 liblzma5 libncurses6 libpam0g libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar xmlstarlet zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.64-152" --checksum 04f970d589c9540b37caf70dbc35e2d91ed93254761d81ebf18845ffb544fd28
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.64-153" --checksum 2f92b7e5ee72db383c816832949dc898f74830cdc7541ac44cb6a40594427a54
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserverenterprise" "4.1.0-6065-0" --checksum 29292f53e6cf6416891eacf43c7b17095b00a301f4c0ae25d7096cc556291a5d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserverenterprise" "4.2.0-6066-0" --checksum 500502a3a3efebe8ba4213649bcbf002586d88ca669917dde8c4069814cf9e7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
@ -25,7 +25,7 @@ RUN /opt/bitnami/scripts/java/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/reportserver/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
|
||||
ENV APP_VERSION="4.1.0-6065" \
|
||||
ENV APP_VERSION="4.2.0-6066" \
|
||||
BITNAMI_APP_NAME="reportserverenterprise" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/tomcat/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
|
|
|
|||
|
|
@ -29,16 +29,16 @@
|
|||
},
|
||||
"reportserverenterprise": {
|
||||
"arch": "amd64",
|
||||
"digest": "29292f53e6cf6416891eacf43c7b17095b00a301f4c0ae25d7096cc556291a5d",
|
||||
"digest": "500502a3a3efebe8ba4213649bcbf002586d88ca669917dde8c4069814cf9e7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.0-6065-0"
|
||||
"version": "4.2.0-6066-0"
|
||||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
"digest": "04f970d589c9540b37caf70dbc35e2d91ed93254761d81ebf18845ffb544fd28",
|
||||
"digest": "2f92b7e5ee72db383c816832949dc898f74830cdc7541ac44cb6a40594427a54",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "9.0.64-152"
|
||||
"version": "9.0.64-153"
|
||||
}
|
||||
}
|
||||
|
|
@ -35,7 +35,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/).
|
||||
|
||||
|
||||
- [`4`, `4-debian-11`, `4.1.0-6065`, `4.1.0-6065-debian-11-r2`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserverenterprise/blob/4.1.0-6065-debian-11-r2/4/debian-11/Dockerfile)
|
||||
- [`4`, `4-debian-11`, `4.2.0-6066`, `4.2.0-6066-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserverenterprise/blob/4.2.0-6066-debian-11-r0/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/reportserverenterprise GitHub repo](https://github.com/bitnami/bitnami-docker-reportserverenterprise).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue