4.1.0-6062-debian-10-r0 release
This commit is contained in:
parent
c9f894abba
commit
2efb52c84a
|
|
@ -14,7 +14,7 @@ RUN install_packages acl ca-certificates curl fontconfig fonts-dejavu-extra gzip
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.62-0" --checksum 19b1e7b113180f5a17a1155d36a23d5da65e741337d8f89c0e97a9fb6535921c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.7-4" --checksum 14329a8ec0a649ecb9ffb37085a547183748efedea8ed029801ab9b381ab7173
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserverenterprise" "4.1.0-6061-0" --checksum 518d9f06fc9afb0fb78a133e68b61afa0cde99bfcc1ea8b5b451123a4c5e5cec
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserverenterprise" "4.1.0-6062-0" --checksum 71ba1de736fdb91834dc6753a45178c0be97f48aa86ff5e18292638b82f3bfc3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-10" --checksum 97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
@ -26,7 +26,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-6061" \
|
||||
ENV APP_VERSION="4.1.0-6062" \
|
||||
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,10 +29,10 @@
|
|||
},
|
||||
"reportserverenterprise": {
|
||||
"arch": "amd64",
|
||||
"digest": "518d9f06fc9afb0fb78a133e68b61afa0cde99bfcc1ea8b5b451123a4c5e5cec",
|
||||
"digest": "71ba1de736fdb91834dc6753a45178c0be97f48aa86ff5e18292638b82f3bfc3",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.0-6061-0"
|
||||
"version": "4.1.0-6062-0"
|
||||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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-10`, `4.1.0-6061`, `4.1.0-6061-debian-10-r3`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserverenterprise/blob/4.1.0-6061-debian-10-r3/4/debian-10/Dockerfile)
|
||||
- [`4`, `4-debian-10`, `4.1.0-6062`, `4.1.0-6062-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserverenterprise/blob/4.1.0-6062-debian-10-r0/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/reportserverenterprise GitHub repo](https://github.com/bitnami/bitnami-docker-reportserverenterprise).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue