[bitnami/solr] Release 8.11.2-debian-11-r61 (#16299)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f93a815afd
commit
bb1c3b20ea
|
|
@ -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-r60" \
|
||||
org.opencontainers.image.ref.name="8.11.2-debian-11-r61" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/solr" \
|
||||
org.opencontainers.image.title="solr" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -23,7 +23,7 @@ RUN install_packages acl ca-certificates curl lsof netcat procps zlib1g
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-11.0.17-7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"solr-8.11.2-5-linux-${OS_ARCH}-debian-11" \
|
||||
"solr-8.11.2-6-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
"digest": "09877ab60fcb58cf141980859b5e722d976fdaac1653922641c8db69743b5e94",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.11.2-5"
|
||||
"version": "8.11.2-6"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue