8.11.1-debian-10-r38 release

This commit is contained in:
Bitnami Bot 2022-01-25 10:33:21 +00:00
parent 48c8bdc193
commit 419f6679bc
3 changed files with 8 additions and 8 deletions

View File

@ -12,8 +12,8 @@ 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 "solr" "8.11.1-2" --checksum 10a5f85b15499cfee78f03f4f4b43d2f3d8cf52df964bd46a5a874f7500bad18
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
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 && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -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-r37" \
BITNAMI_IMAGE_VERSION="8.11.1-debian-10-r38" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -1,10 +1,10 @@
{
"gosu": {
"arch": "amd64",
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-2"
"version": "1.14.0-3"
},
"java": {
"arch": "amd64",
@ -15,9 +15,9 @@
},
"solr": {
"arch": "amd64",
"digest": "10a5f85b15499cfee78f03f4f4b43d2f3d8cf52df964bd46a5a874f7500bad18",
"digest": "9646718cd2fd98a0713a0ea8dff77d7370686ce27d3c2cbe415b67414b4cb6fd",
"distro": "debian-10",
"type": "NAMI",
"version": "8.11.1-2"
"version": "8.11.1-3"
}
}

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-r37`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-10-r37/8/debian-10/Dockerfile)
* [`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)
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).