8.4.1-debian-10-r46 release
This commit is contained in:
parent
19842d407a
commit
b199396773
|
|
@ -3,7 +3,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
HOME="/" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/solr/bin:/opt/bitnami/gosu/bin:/opt/bitnami/nami/bin:$PATH"
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/solr/bin:/opt/bitnami/common/bin:/opt/bitnami/nami/bin:$PATH"
|
||||
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -20,7 +20,7 @@ RUN useradd -r -u 1001 -g root solr
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="8.4.1-debian-10-r45" \
|
||||
BITNAMI_IMAGE_VERSION="8.4.1-debian-10-r46" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
SOLR_CORE="" \
|
||||
SOLR_CORE_CONF_DIR="_default" \
|
||||
|
|
|
|||
|
|
@ -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-r45`, `8`, `8.4.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.4.1-debian-10-r45/8/debian-10/Dockerfile)
|
||||
* [`8-debian-10`, `8.4.1-debian-10-r46`, `8`, `8.4.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.4.1-debian-10-r46/8/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/solr GitHub repo](https://github.com/bitnami/bitnami-docker-solr).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue