File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ FROM oci.stackable.tech/sdp/nifi:2.9.0-stackable0.0.0-dev
33# This is the postgresql JDBC driver from https://jdbc.postgresql.org/download/
44# There appear to be no signatures to validate against 😬
55#
6- # VERSION="42.7.5 "
6+ # VERSION="42.7.10 "
77# curl -O "https://jdbc.postgresql.org/download/postgresql-$VERSION.jar"
88# curl --fail -u "your_username" --upload-file "postgresql-$VERSION.jar" 'https://repo.stackable.tech/repository/misc/jdbc/'
99# rm "postgresql-$VERSION.jar"
1010
1111# IMPORTANT (@NickLarsenNZ): Changing this version requires a change in the NiFi template (DownloadAndWriteToDB.json)
12- ARG DRIVER_VERSION="42.7.5 "
12+ ARG DRIVER_VERSION="42.7.10 "
1313RUN 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 746746 "Database User" : " admin" ,
747747 "kerberos-user-service" : null ,
748748 "dbcp-soft-min-evictable-idle-time" : " -1" ,
749- "database-driver-locations" : " /stackable/nifi/postgresql-42.7.5 .jar" ,
749+ "database-driver-locations" : " /stackable/nifi/postgresql-42.7.10 .jar" ,
750750 "dbcp-max-idle-conns" : " 8"
751751 },
752752 "propertyDescriptors" : {
You can’t perform that action at this time.
0 commit comments