8.11.1-debian-10-r55 release

This commit is contained in:
Bitnami Bot 2022-02-11 13:42:40 +00:00
parent 8a58bf1b62
commit 3174fdf051
3 changed files with 11 additions and 11 deletions

View File

@ -11,9 +11,9 @@ 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-4" --checksum 02f54928e3049660ccebfc9a6d348bfaf27c9eb5abf70ebad45962b88f38473d
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 . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-5" --checksum 5bea54f21135133d1d0df7486e419d204f846d8acac4c83e1c6359a703fc9244
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.11.1-4" --checksum 2e61b013cd5976de40a53b04842e01ad18df65ee7d2b368952afd0d149690068
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
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-r54" \
BITNAMI_IMAGE_VERSION="8.11.1-debian-10-r55" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -1,23 +1,23 @@
{
"gosu": {
"arch": "amd64",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-3"
"version": "1.14.0-4"
},
"java": {
"arch": "amd64",
"digest": "02f54928e3049660ccebfc9a6d348bfaf27c9eb5abf70ebad45962b88f38473d",
"digest": "5bea54f21135133d1d0df7486e419d204f846d8acac4c83e1c6359a703fc9244",
"distro": "debian-10",
"type": "NAMI",
"version": "1.8.322-4"
"version": "1.8.322-5"
},
"solr": {
"arch": "amd64",
"digest": "9646718cd2fd98a0713a0ea8dff77d7370686ce27d3c2cbe415b67414b4cb6fd",
"digest": "2e61b013cd5976de40a53b04842e01ad18df65ee7d2b368952afd0d149690068",
"distro": "debian-10",
"type": "NAMI",
"version": "8.11.1-3"
"version": "8.11.1-4"
}
}

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