File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed
data-lakehouse-iceberg-trino-spark
nifi-kafka-druid-superset-s3 Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 5
5
IMAGE_NAME : nifi
6
6
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
7
7
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
8
- IMAGE_VERSION : 1.27 .0-postgresql
8
+ IMAGE_VERSION : 2.2 .0-postgresql
9
9
REGISTRY_PATH : stackable
10
10
DOCKERFILE_PATH : " demos/signal-processing/Dockerfile-nifi"
11
11
Original file line number Diff line number Diff line change 1
- FROM oci.stackable.tech/sdp/nifi:1.27 .0-stackable0.0.0-dev
1
+ FROM oci.stackable.tech/sdp/nifi:2.2 .0-stackable0.0.0-dev
2
2
3
- RUN curl --fail -o /stackable/nifi/postgresql-42.6.0.jar "https://repo.stackable.tech/repository/misc/postgresql-timescaledb/postgresql-42.6.0.jar"
3
+ # This is the postgresql JDBC driver from https://jdbc.postgresql.org/download/
4
+ # There appear to be no signatures to validate against 😬
5
+ #
6
+ # VERSION="42.7.5"
7
+ # curl -O "https://jdbc.postgresql.org/download/postgresql-$VERSION.jar"
8
+ # curl --fail -u "your_username" --upload-file "postgresql-$VERSION.jar" 'https://repo.stackable.tech/repository/misc/jdbc/'
9
+ # rm "postgresql-$VERSION.jar"
10
+
11
+ ARG DRIVER_VERSION="42.7.5"
12
+ RUN curl --fail -o "/stackable/nifi/postgresql-$DRIVER_VERSION.jar" "https://repo.stackable.tech/repository/misc/jdbc/postgresql-$DRIVER_VERSION.jar"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : nifi
6
6
spec :
7
7
image :
8
- productVersion : 1.27 .0
8
+ productVersion : 2.2 .0
9
9
clusterConfig :
10
10
authentication :
11
11
- authenticationClass : nifi-admin-credentials
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : nifi
6
6
spec :
7
7
image :
8
- productVersion : 1.27 .0
8
+ productVersion : 2.2 .0
9
9
clusterConfig :
10
10
authentication :
11
11
- authenticationClass : nifi-admin-credentials
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ metadata:
5
5
name : nifi
6
6
spec :
7
7
image :
8
- productVersion : 1.27 .0
8
+ productVersion : 2.2 .0
9
9
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
10
10
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
11
- custom : oci.stackable.tech/stackable/nifi:1.27 .0-postgresql
11
+ custom : oci.stackable.tech/stackable/nifi:2.2 .0-postgresql
12
12
clusterConfig :
13
13
listenerClass : external-unstable
14
14
zookeeperConfigMapName : nifi-znode
You can’t perform that action at this time.
0 commit comments