7.3.1-r22 release
This commit is contained in:
parent
71413be7dd
commit
7406febff0
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:jessie-r76
|
||||
FROM bitnami/minideb-extras:jessie-r77
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -8,7 +8,7 @@ RUN bitnami-pkg unpack solr-7.3.1-0 --checksum 20618d803b7a535d2ae33936ae80e7b1c
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="7.3.1-r21" \
|
||||
BITNAMI_IMAGE_VERSION="7.3.1-r22" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:$PATH" \
|
||||
SOLR_CORE="" \
|
||||
SOLR_CORE_CONF_DIR="data_driven_schema_configs" \
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`7`, `7.3.1-r21`, `latest` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.3.1-r21/7/Dockerfile)
|
||||
* [`7`, `7.3.1-r22`, `latest` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.3.1-r22/7/Dockerfile)
|
||||
* [`7-ol-7`, `7.3.1-ol-7-r0` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.3.1-ol-7-r0/7/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
|
||||
|
|
|
|||
Loading…
Reference in New Issue