[bitnami/solr] Release 8.11.2-debian-11-r35 (#7764)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
0b9edc6073
commit
cb6d1421f7
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="8.11.2-debian-11-r34" \
|
||||
org.opencontainers.image.ref.name="8.11.2-debian-11-r35" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/solr" \
|
||||
org.opencontainers.image.title="solr" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -19,7 +19,7 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip lsof netcat-traditional procps tar zlib1g
|
||||
RUN install_packages acl ca-certificates curl lsof netcat-traditional procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f java-11.0.16-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/java-11.0.16-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`9`, `9-debian-11`, `9.0.0`, `9.0.0-debian-11-r40`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/solr/9/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.11.2`, `8.11.2-debian-11-r34` (8/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/solr/8/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.11.2`, `8.11.2-debian-11-r35` (8/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/solr/8/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue