8.11.1-debian-10-r39 release

This commit is contained in:
Bitnami Bot
2022-01-26 11:12:43 +00:00
parent 419f6679bc
commit 477601cf62
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 lsof netcat-traditional procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-1" --checksum 064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-3" --checksum f0e1547d9f9d455e7e5794fe7ed92cc8ce4d5d210eb6772cf0bff5a18e8adf96
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.11.1-3" --checksum 9646718cd2fd98a0713a0ea8dff77d7370686ce27d3c2cbe415b67414b4cb6fd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN apt-get update && apt-get upgrade -y && \
@@ -22,7 +22,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/solr/postunpack.sh
ENV BITNAMI_APP_NAME="solr" \
BITNAMI_IMAGE_VERSION="8.11.1-debian-10-r38" \
BITNAMI_IMAGE_VERSION="8.11.1-debian-10-r39" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,10 +8,10 @@
},
"java": {
"arch": "amd64",
"digest": "064c0df11dedb32c3a3e13c1daac87085ed44ccd816898f11e7a2496ece5d9ee",
"digest": "f0e1547d9f9d455e7e5794fe7ed92cc8ce4d5d210eb6772cf0bff5a18e8adf96",
"distro": "debian-10",
"type": "NAMI",
"version": "1.8.322-1"
"version": "1.8.322-3"
},
"solr": {
"arch": "amd64",

View File

@@ -40,7 +40,7 @@ You can find the available configuration options in the [Environment Variables](
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/).
* [`8`, `8-debian-10`, `8.11.1`, `8.11.1-debian-10-r38`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-10-r38/8/debian-10/Dockerfile)
* [`8`, `8-debian-10`, `8.11.1`, `8.11.1-debian-10-r39`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-10-r39/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).