mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
7.2.1-r0 release
Update solr to 7.2.1
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
FROM bitnami/minideb-extras:jessie-r22
|
||||
FROM bitnami/minideb-extras:jessie-r23
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN bitnami-pkg install java-1.8.151-0 --checksum fbbea572d89988035aee16eefe53c852e8abfda84f6c7cf5c9a4772a72863143
|
||||
RUN bitnami-pkg unpack solr-7.2.0-0 --checksum 338206d14f186ce9a1bf4ce086adbdf75f28f8729c4cec29faf146dfcfaaf391
|
||||
RUN bitnami-pkg unpack solr-7.2.1-0 --checksum 9a29a5e492338c2cdce2f80550dac97aff894485ecf65d450a946414cb42c8e4
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.0-r0" \
|
||||
BITNAMI_IMAGE_VERSION="7.2.1-r0" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:$PATH" \
|
||||
SOLR_CORE="" \
|
||||
SOLR_CORE_CONF_DIR="data_driven_schema_configs" \
|
||||
|
||||
@@ -268,7 +268,7 @@ Most real time communication happens in the `#containers` channel at [bitnami-os
|
||||
Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.slackarchive.io).
|
||||
|
||||
# License
|
||||
Copyright 2016-2017 Bitnami
|
||||
Copyright 2016-2018 Bitnami
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user