4.0.4-debian-10-r28 release

This commit is contained in:
Bitnami Bot 2020-06-04 23:27:12 +00:00
parent a536e8c734
commit 1f0b8dc4b4
3 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@ RUN apt-get update && apt-get upgrade -y && \
COPY rootfs /
ENV BITNAMI_APP_NAME="neo4j" \
BITNAMI_IMAGE_VERSION="4.0.4-debian-10-r27" \
BITNAMI_IMAGE_VERSION="4.0.4-debian-10-r28" \
NAMI_PREFIX="/.nami" \
NEO4J_BOLT_PORT_NUMBER="7687" \
NEO4J_HOST="" \

View File

@ -209,3 +209,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
chmod $BITNAMI_PKG_CHMOD $DIRS
fi
# Include metadata about the package
touch "${BITNAMI_PREFIX}/.bitnami_packages"
echo "${PACKAGE}" >> "${BITNAMI_PREFIX}/.bitnami_packages"

View File

@ -35,7 +35,7 @@ $ docker-compose up -d
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`4-debian-10`, `4.0.4-debian-10-r27`, `4`, `4.0.4`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.0.4-debian-10-r27/4/debian-10/Dockerfile)
* [`4-debian-10`, `4.0.4-debian-10-r28`, `4`, `4.0.4`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.0.4-debian-10-r28/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).