docker-nifi-registry
docker-nifi-registry copied to clipboard
Unofficial Docker Image For NiFi Registry
I have two different instances of Nifi Registry running. One in a dev environment and the other one in a prod environment. Both pointing to the same github repository and...
The documentation indicates that `FLOW_PROVIDER_GIT_REMOTE_TO_PUSH` is default to empty. This is a valid use-case in production deployment when wanting to access the read-only Git repository as the `GitFlowPersistenceProvider`. Current implementation...
When I start the container I notice that it is running in a wrong timezone - "date" says it's two hours earlier the in reality in Munich. Is there a...
https://github.com/tianon/gosu/blob/master/INSTALL.md
According to https://docs.docker.com/config/containers/logging/ there are multiple possible ways to capture logfiles. Consider implementing one of these in this image. nginx way: https://github.com/nginxinc/docker-nginx/blob/8921999083def7ba43a06fabd5f80e4406651353/mainline/jessie/Dockerfile#L21-L23 httpd way: https://github.com/docker-library/httpd/blob/b13054c7de5c74bbaa6d595dbe38969e6d4f860c/2.2/Dockerfile#L72-L75 This would allow us to...
Where does H2 store data? Can we provide a way to not loose the data if container is destroyed? This can be useful for Kubernetes and docker swarm environments.
Without knowing the subpath (PROJECT_HOME). Users should not be forced to change their manifests and compose files when new upstream version releases.
Provide a way to release the `:develop` docker tag using build (maybe https://travis-ci.org/apache/nifi-registry/branches) of master branch in upstream.
MariaDB with driver baked in (`/opt/nifi-registry/libs/mariadb-java-client-2.3.0.jar`): ``` michalklempa/nifi-registry:0.3.0-mariadb-2.3.0-XX ``` wait for https://github.com/flyway/flyway/issues/2289#issuecomment-459481080 before using 2.4.1 driver. MySQL with driver baked in (`/opt/nifi-registry/libs/mysql-connector-java-5.1.47.jar`): ``` michalklempa/nifi-registry:0.3.0-mysql-5.1.47-XX ``` PostgreSQL with driver baked in...