8.8.1-debian-10-r0 release
This commit is contained in:
parent
ae73254c20
commit
b50c5b435a
|
|
@ -10,14 +10,14 @@ 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.282-0" --checksum 473d0ab64adfe82d84dd810c28e0f22242eeffbaf74a85febf7586ce013aa7ba
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.8.0-0" --checksum 94464d8214d832661d5eaea23cffbf644fb21e2325ab318517b80fcfed4aa6c1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "solr" "8.8.1-0" --checksum 08b0f5986ad59036d44cc0919c0324ba9c51127cf2c5d971ab170c33969fb41e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/solr/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="8.8.0-debian-10-r15" \
|
||||
BITNAMI_IMAGE_VERSION="8.8.1-debian-10-r0" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
SOLR_CORE="" \
|
||||
SOLR_CORE_CONF_DIR="_default" \
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"solr": {
|
||||
"arch": "amd64",
|
||||
"digest": "94464d8214d832661d5eaea23cffbf644fb21e2325ab318517b80fcfed4aa6c1",
|
||||
"digest": "08b0f5986ad59036d44cc0919c0324ba9c51127cf2c5d971ab170c33969fb41e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.8.0-0"
|
||||
"version": "8.8.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -36,7 +36,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.8.0`, `8.8.0-debian-10-r15`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.8.0-debian-10-r15/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.8.1`, `8.8.1-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.8.1-debian-10-r0/8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue