Testcontainers: Fixes for JDBC test suite (#108) In this PR following issues addressed: * Docker image size reduced from 4.52G to 3.34G (github provides 10G cache) * Runs MS SQL tests with FDW plugin * Always specify username/password for PostgreSQL JDBC tests (required for hardened PXF versions) * minor cleanups