7.7.1-debian-9-r4 release

This commit is contained in:
Bitnami Bot
2019-03-04 10:20:53 +00:00
parent 7d96317a08
commit d25bef5f2b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r300
FROM bitnami/minideb-extras:stretch-r302
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@@ -11,7 +11,7 @@ RUN bitnami-pkg unpack solr-7.7.1-0 --checksum 698282bb1a3d9a9e4629f3b1c50130bfb
COPY rootfs /
ENV BITNAMI_APP_NAME="solr" \
BITNAMI_IMAGE_VERSION="7.7.1-debian-9-r3" \
BITNAMI_IMAGE_VERSION="7.7.1-debian-9-r4" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/solr/bin:$PATH" \
SOLR_CORE="" \

View File

@@ -50,7 +50,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`7-rhel-7`, `7.7.1-rhel-7-r3` (7/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.7.1-rhel-7-r3/7/rhel-7/Dockerfile)
* [`7-ol-7`, `7.7.1-ol-7-r3` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.7.1-ol-7-r3/7/ol-7/Dockerfile)
* [`7-debian-9`, `7.7.1-debian-9-r3`, `7`, `7.7.1`, `7.7.1-r3`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.7.1-debian-9-r3/7/debian-9/Dockerfile)
* [`7-debian-9`, `7.7.1-debian-9-r4`, `7`, `7.7.1`, `7.7.1-r4`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/7.7.1-debian-9-r4/7/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
@@ -97,7 +97,7 @@ solr:
# Connecting to other containers
Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a MariaDB server running inside a container can easily be accessed by your application containers.
Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a Solr server running inside a container can easily be accessed by your application containers.
Containers attached to the same network can communicate with each other using the container name as the hostname.