mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 08:37:21 +08:00
8.11.2-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
7465ac9d50
commit
4960c17826
@@ -1,6 +1,4 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
@@ -12,7 +10,7 @@ COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 lsof netcat-traditional procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.11.1-150" --checksum f410b806fe42dc993190c2664570d19c990b93ad16c8d40babae8e58e4be08a6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.11.2-0" --checksum 73dca03d82444612ab8622e80b0e67c68af528b1beaaadffd24b28c9b8d64a13
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -21,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/solr/postunpack.sh
|
||||
ENV APP_VERSION="8.11.1" \
|
||||
ENV APP_VERSION="8.11.2" \
|
||||
BITNAMI_APP_NAME="solr" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/solr/contrib/prometheus-exporter/bin:/opt/bitnami/solr/prometheus-exporter/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"solr": {
|
||||
"arch": "amd64",
|
||||
"digest": "f410b806fe42dc993190c2664570d19c990b93ad16c8d40babae8e58e4be08a6",
|
||||
"digest": "73dca03d82444612ab8622e80b0e67c68af528b1beaaadffd24b28c9b8d64a13",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.11.1-150"
|
||||
"version": "8.11.2-0"
|
||||
}
|
||||
}
|
||||
@@ -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-r7`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/9.0.0-debian-11-r7/9/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.11.1`, `8.11.1-debian-11-r7` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.1-debian-11-r7/8/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.11.2`, `8.11.2-debian-11-r0` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.11.2-debian-11-r0/8/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user