devinbost commented on code in PR #19821:
URL: https://github.com/apache/pulsar/pull/19821#discussion_r1153696673


##########
tests/docker-images/latest-version-image/Dockerfile:
##########
@@ -129,5 +129,16 @@ RUN cd META-INF/bundled-dependencies && curl -sSLO 
https://search.maven.org/remo
 
 RUN jar uf connectors/pulsar-io-debezium-oracle-*.nar 
META-INF/bundled-dependencies/ojdbc8-19.3.0.0.jar 
META-INF/bundled-dependencies/ucp-19.3.0.0.jar 
META-INF/bundled-dependencies/oraclepki-19.3.0.0.jar 
META-INF/bundled-dependencies/osdt_cert-19.3.0.0.jar 
META-INF/bundled-dependencies/osdt_core-19.3.0.0.jar 
META-INF/bundled-dependencies/simplefan-19.3.0.0.jar 
META-INF/bundled-dependencies/orai18n-19.3.0.0.jar 
META-INF/bundled-dependencies/xdb-19.3.0.0.jar 
META-INF/bundled-dependencies/xmlparserv2-19.3.0.0.jar
 
-
+# Download IBM DB2 JDBC driver for DB2 Debezium Connector tests:
+RUN cd META-INF/bundled-dependencies && curl -sSLO 
https://search.maven.org/remotecontent?filepath=com/ibm/db2/jcc/11.5.8.0/jcc-11.5.8.0.jar
+RUN cd META-INF/bundled-dependencies && curl -sSLO 
https://search.maven.org/remotecontent?filepath=com/ibm/db2/jcc/db2jcc/db2jcc4/db2jcc-db2jcc4.jar

Review Comment:
   The IBM InfoSphere CDC and Data Replication license authorizes 
non-production use, as specified below:
   "If the Program is designated as "Non-Production", the Program can only be 
deployed as part of the Licensee's internal development and test environment 
for internal non-production activities, including but not limited to testing, 
performance tuning, fault diagnosis, internal benchmarking, staging, quality 
assurance activity and/or developing internally used additions or extensions to 
the Program using published application programming interfaces. Licensee is not 
authorized to use any part of the Program for any other purposes without 
acquiring the appropriate production entitlements."
   
(https://www.ibm.com/support/customer/csol/terms/?id=L-GMET-8KJN5X&lc=en#detail-document)
   
   Is there a place I should put this text in my PR? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to