We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec104d5 commit 7649d89Copy full SHA for 7649d89
demos/signal-processing/Dockerfile-nifi
@@ -1,5 +1,3 @@
1
-# docker build -f ./Dockerfile-nifi -t docker.stackable.tech/demos/nifi:1.27.0-postgresql .
2
-
3
FROM docker.stackable.tech/stackable/nifi:1.27.0-stackable24.7.0
4
5
RUN curl --fail -o /stackable/nifi/postgresql-42.6.0.jar "https://repo.stackable.tech/repository/misc/postgresql-timescaledb/postgresql-42.6.0.jar"
stacks/data-lakehouse-iceberg-trino-spark/nifi.yaml
@@ -52,7 +52,7 @@ kind: Secret
52
metadata:
53
name: nifi-admin-credentials-secret
54
stringData:
55
- admin: {{nifiAdminPassword}}
+ admin: {{ nifiAdminPassword }}
56
---
57
apiVersion: zookeeper.stackable.tech/v1alpha1
58
kind: ZookeeperZnode
0 commit comments