This repository has been archived by the owner on Oct 15, 2023. It is now read-only.
Container is not terminated on failure of docker-entrypoint-initdb.d groovy scripts #76
Labels
help wanted
Extra attention is needed
I've written graph initialisation groovy script and mounted to docker-entrypoint-initdb.d. I'm expecting that the container will terminate if the script throws any exception.
Since I'm using kubernetes, if the script fails with some connection error and the container is not terminated, kubernetes will not try to restart it.
Is it the default behaviour of this image or do I need to configure something so that the container is terminated if initialisation script fails
The text was updated successfully, but these errors were encountered: