reschke commented on code in PR #1774: URL: https://github.com/apache/jackrabbit-oak/pull/1774#discussion_r1796861238
########## oak-doc/src/site/markdown/testing.md: ########## @@ -70,3 +72,17 @@ This pulls the docker image "postgres:13-alpine", specifies a system password an To run tests, the following parameters would be used: `mvn clean install -PintegrationTesting -Prdb-postgres -Dnsfixtures=DOCUMENT_RDB -Drdb.jdbc-url=jdbc:postgresql://localhost:8080/oak -Drdb.jdbc-user=postgres -Drdb.jdbc-passwd=geheim -Dmax.jar.size=200000000` + +#### IBM DB2 + +Simlilarily, DB2 can be run using Docker: + +`docker run -h db2server --name db2server --privileged=true -p 50000:50000 baedke/db2-community-oak:11.5.9.0` + +The Docker image baedke/db2-community-oak:11.5.9.0 may also be build from the official DB2 community image `icr.io/db2_community/db2:11.5.9.0` using the Dockerfile https://github.com/apache/jackrabbit-oak/blob/trunk/oak-store-document/src/test/resources/db2/Dockerfile Review Comment: ```suggestion The Docker image baedke/db2-community-oak:11.5.9.0 may also be built from the official DB2 community image `icr.io/db2_community/db2:11.5.9.0` using the Dockerfile https://github.com/apache/jackrabbit-oak/blob/trunk/oak-store-document/src/test/resources/db2/Dockerfile. ``` -- 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]
