8.4.1-debian-10-r31 release

This commit is contained in:
Bitnami Bot 2020-02-27 18:02:43 +00:00
parent 115811ae1c
commit 1197a769db
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ RUN /build/install-tini.sh
COPY rootfs /
ENV BITNAMI_APP_NAME="solr" \
BITNAMI_IMAGE_VERSION="8.4.1-debian-10-r30" \
BITNAMI_IMAGE_VERSION="8.4.1-debian-10-r31" \
NAMI_PREFIX="/.nami" \
SOLR_CORE="" \
SOLR_CORE_CONF_DIR="_default" \

View File

@ -1,6 +1,6 @@
#!/bin/bash
useradd -ms /bin/bash bitnami
mkdir -p /opt/bitnami && chown bitnami:bitnami /opt/bitnami
mkdir -p /opt/bitnami
sed -i -e 's/\s*Defaults\s*secure_path\s*=/# Defaults secure_path=/' /etc/sudoers
echo 'bitnami ALL=NOPASSWD: ALL' >> /etc/sudoers

View File

@ -49,7 +49,7 @@ $ kubectl apply -f test.yaml
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`8-debian-10`, `8.4.1-debian-10-r30`, `8`, `8.4.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.4.1-debian-10-r30/8/debian-10/Dockerfile)
* [`8-debian-10`, `8.4.1-debian-10-r31`, `8`, `8.4.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.4.1-debian-10-r31/8/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).