7.4.0-r12 release
This commit is contained in:
parent
5a84b45250
commit
e03550be4d
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:jessie-r94
|
||||
FROM bitnami/minideb-extras:jessie-r95
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -8,7 +8,7 @@ RUN bitnami-pkg unpack solr-7.4.0-1 --checksum 2d01d6c5b545155cbefe7d49b2d17a7e9
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.0-r11" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.0-r12" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:$PATH" \
|
||||
SOLR_CORE="" \
|
||||
SOLR_CORE_CONF_DIR="_default" \
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`7`, `7.4.0-r11`, `latest` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.4.0-r11/7/Dockerfile)
|
||||
* [`7-ol-7`, `7.4.0-ol-7-r9` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.4.0-ol-7-r9/7/ol-7/Dockerfile)
|
||||
* [`7`, `7.4.0-r12`, `latest` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.4.0-r12/7/Dockerfile)
|
||||
* [`7-ol-7`, `7.4.0-ol-7-r10` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.4.0-ol-7-r10/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