4.1.1-debian-10-r6 release
This commit is contained in:
parent
6f8ef90ab9
commit
4ccc0347bc
|
|
@ -19,7 +19,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="neo4j" \
|
||||
BITNAMI_IMAGE_VERSION="4.1.1-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="4.1.1-debian-10-r6" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
NEO4J_BOLT_PORT_NUMBER="7687" \
|
||||
NEO4J_HOST="" \
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
{"gosu": {"arch": "amd64", "digest": "51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c", "distro": "debian-10", "type": "NAMI", "version": "1.12.0-1"}, "java": {"arch": "amd64", "digest": "268e7ba913422e7acd282b94615b127eeb56e3c4bb7e3c9c6d952c391e6ead4d", "distro": "debian-10", "type": "NAMI", "version": "11.0.8-0"}, "neo4j": {"arch": "amd64", "digest": "0f1260a9ddeb1c78116384d90303ec291e77f68fb1242980bdec1bcea06325ad", "distro": "debian-10", "type": "NAMI", "version": "4.1.1-0"}, "tini": {"arch": "amd64", "digest": "9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c", "distro": "debian-10", "type": "NAMI", "version": "0.19.0-0"}}
|
||||
|
|
@ -218,7 +218,3 @@ 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"
|
||||
|
|
|
|||
|
|
@ -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.1.1-debian-10-r5`, `4`, `4.1.1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.1.1-debian-10-r5/4/debian-10/Dockerfile)
|
||||
* [`4-debian-10`, `4.1.1-debian-10-r6`, `4`, `4.1.1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.1.1-debian-10-r6/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue