8.11.1-debian-10-r146 release

This commit is contained in:
Bitnami Bot 2022-05-18 14:29:31 +00:00 committed by Bitnami Containers
parent 904459881a
commit 41986fd3c4
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ 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.332-0" --checksum ea45a7908b8a86363659aa7e3953a1308af86db3ffa1656e46036c8e1f7c659a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.11.1-7" --checksum dc6035aa6abf722ac025ff953b57f0e121e781a26cf412e176a57574c86487b1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.11.1-8" --checksum dc6035aa6abf722ac025ff953b57f0e121e781a26cf412e176a57574c86487b1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@ -18,6 +18,6 @@
"digest": "dc6035aa6abf722ac025ff953b57f0e121e781a26cf412e176a57574c86487b1",
"distro": "debian-10",
"type": "NAMI",
"version": "8.11.1-7"
"version": "8.11.1-8"
}
}

View File

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