Docker image to extend the stock PostgreSQL image with Oracle database client libraries and Foreign Data Wrapper support. The image also includes PostGIS extensions.
To build the image, download the following files into a libs
directory in this
repository:
instantclient-basic-linux.x64-19.26.0.0.0dbru.zip
: https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.htmlinstantclient-sdk-linux.x64-19.26.0.0.0dbru.zip
: https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.htmlORACLE_FDW_2_7_0.zip
: https://github.com/laurenz/oracle_fdw/releases/
Build the image like so:
docker image build --tag ghcr.io/dbca-wa/postgres-oracle-fdw .