8.4.1-debian-10-r22 release
This commit is contained in:
parent
f4189cc8ab
commit
31c6a680fa
|
|
@ -12,14 +12,14 @@ RUN /build/bitnami-user.sh && \
|
|||
/build/install-nami.sh
|
||||
RUN bitnami-pkg install java-1.8.242-0 --checksum 3a70f3d1c3cd9bc6ec581b2a10373a2b323c0b9af40402ce8d19aeb0b3d02400
|
||||
RUN bitnami-pkg unpack solr-8.4.1-0 --checksum 3fc049c6a5c429bfdca2fcb0b2c74ea7a423fafd6f403d5e309573c006e77e32
|
||||
RUN apt-get update && apt-get upgrade && \
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN /build/install-gosu.sh
|
||||
RUN /build/install-tini.sh
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="solr" \
|
||||
BITNAMI_IMAGE_VERSION="8.4.1-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="8.4.1-debian-10-r22" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
SOLR_CORE="" \
|
||||
SOLR_CORE_CONF_DIR="_default" \
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
|
|||
fi
|
||||
# We need to be in $HOME in order to nami inspect works
|
||||
cd $HOME
|
||||
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e 'installdir' | cut -f4 -d\")"
|
||||
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e '"installdir"' | cut -f4 -d\")"
|
||||
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
|
||||
chmod $BITNAMI_PKG_CHMOD $DIRS
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`8-ol-7`, `8.4.1-ol-7-r28` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.4.1-ol-7-r28/8/ol-7/Dockerfile)
|
||||
* [`8-debian-10`, `8.4.1-debian-10-r21`, `8`, `8.4.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.4.1-debian-10-r21/8/debian-10/Dockerfile)
|
||||
* [`8-debian-10`, `8.4.1-debian-10-r22`, `8`, `8.4.1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-solr/blob/8.4.1-debian-10-r22/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