3.7.1-6046-debian-10-r10 release
This commit is contained in:
parent
55f00f198b
commit
ec651590bb
|
|
@ -10,7 +10,7 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl fontconfig fonts-dejavu-extra gzip libaudit1 libc6 libcap-ng0 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libpam0g libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar xmlstarlet zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.12-0" --checksum 14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.52-2" --checksum 89f028e7b66885241843b1cc677ca3045d1455b7b379d107a6f9454143ba5d75
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "tomcat" "9.0.53-0" --checksum 63d3a6c30b56241d449b4c94d1aba87541916afc5521725983b4c628faeeb53b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.31-2" --checksum 15b394a022ca1d0b4b89bfee0487ee13f9e8cc697d0ca09ce62a0a3732536236
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "reportserver" "3.7.1-6046-0" --checksum 880bf1ae14f7ccfc3635d3920ff66830e787e1290ca909b909a0b5613a473d8b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
|
||||
|
|
@ -23,7 +23,7 @@ RUN /opt/bitnami/scripts/reportserver/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/tomcat/postunpack.sh
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="reportserver" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.1-6046-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.1-6046-debian-10-r10" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -36,9 +36,9 @@
|
|||
},
|
||||
"tomcat": {
|
||||
"arch": "amd64",
|
||||
"digest": "89f028e7b66885241843b1cc677ca3045d1455b7b379d107a6f9454143ba5d75",
|
||||
"digest": "63d3a6c30b56241d449b4c94d1aba87541916afc5521725983b4c628faeeb53b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "9.0.52-2"
|
||||
"version": "9.0.53-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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/).
|
||||
|
||||
|
||||
- [`3`, `3-debian-10`, `3.7.1-6046`, `3.7.1-6046-debian-10-r9`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6046-debian-10-r9/3/debian-10/Dockerfile)
|
||||
- [`3`, `3-debian-10`, `3.7.1-6046`, `3.7.1-6046-debian-10-r10`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-reportserver/blob/3.7.1-6046-debian-10-r10/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/reportserver GitHub repo](https://github.com/bitnami/bitnami-docker-reportserver).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue