7.4.0-ol-7-r28 release
This commit is contained in:
parent
132373912c
commit
9ce411ef75
|
|
@ -1,14 +1,14 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r45
|
||||
FROM bitnami/oraclelinux-extras:7-r48
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages glib2 glibc libblkid libffi libgcc libmount libselinux libstdc++ libuuid lsof pcre zlib
|
||||
RUN bitnami-pkg install java-1.8.171-3 --checksum eb0af616b0a3ab12bd8559a36e83246eb10e7893f6a654dc14a462246d433e40
|
||||
RUN bitnami-pkg install java-1.8.181-0 --checksum 3ec0988309e2ecdda95d6a28b0280e499a33ed1f3107d8e8a22ce702d51ab306
|
||||
RUN bitnami-pkg unpack solr-7.4.0-1 --checksum 374080d2aad8e13e9967f29907cc451b233cfce38e359892ffe29fd08399b9fb
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.0-ol-7-r27" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.0-ol-7-r28" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:$PATH" \
|
||||
SOLR_CORE="" \
|
||||
SOLR_CORE_CONF_DIR="_default" \
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ $ docker-compose up -d
|
|||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`7-ol-7`, `7.4.0-ol-7-r27` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.4.0-ol-7-r27/7/ol-7/Dockerfile)
|
||||
* [`7-ol-7`, `7.4.0-ol-7-r28` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.4.0-ol-7-r28/7/ol-7/Dockerfile)
|
||||
* [`7-debian-9`, `7.4.0-debian-9-r17`, `7`, `7.4.0`, `7.4.0-r17`, `latest` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.4.0-debian-9-r17/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