4.3.0-debian-10-r25 release
This commit is contained in:
parent
27fb98c757
commit
a859ea3bce
|
|
@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/neo4j/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="neo4j" \
|
||||
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r24" \
|
||||
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r25" \
|
||||
NEO4J_BOLT_PORT_NUMBER="7687" \
|
||||
NEO4J_HOST="" \
|
||||
NEO4J_HTTPS_PORT_NUMBER="7473" \
|
||||
|
|
|
|||
|
|
@ -345,8 +345,8 @@ generate_random_string() {
|
|||
# md5 hash - string
|
||||
#########################
|
||||
generate_md5_hash() {
|
||||
local -r str="${1:?missing input string}"
|
||||
echo -n "$str" | md5sum | awk '{print $1}'
|
||||
local -r str="${1:?missing input string}"
|
||||
echo -n "$str" | md5sum | awk '{print $1}'
|
||||
}
|
||||
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ You can find the default credentials and available configuration options in the
|
|||
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`, `4-debian-10`, `4.3.0`, `4.3.0-debian-10-r24`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.3.0-debian-10-r24/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.3.0`, `4.3.0-debian-10-r25`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.3.0-debian-10-r25/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