OpenLink Universal Data Access Drivers (UDA) offers high-performance data access drivers for ODBC, JDBC, ADO.NET and OLE DB that provide transparent access to enterprise databases.
This container can be used as a building block to add database connectivity when building your own custom docker images.
Each container is tagged with the following naming convention openlink/uda:8.0-r1-gbc68d45-scratch where:
openlink/uda - the name of this container8.0 - the current UDA releaser1 - the release number of the containergbc68d45 - the git signaturescratch - to indicate this is a minimal scratch container imageUse the full tag name of the container if you want to make sure you use the same components on each new build of your custom container.
OpenLink also provides 2 semantic tag names that will be reset on each push:
openlink/uda:8-scratch always points to the absolute latest 8.x containeropenlink/uda:8.0-scratch points to the latest 8.0 containerTo add the latest OpenLink MySQL 5 ODBC driver to your custom docker image, simply add the following lines to your Dockerfile
COPY --from=openlink/uda:8-scratch /opt/openlink/lib/mys5_mt_lt.so /opt/openlink/lib/
Content type
Image
Digest
Size
166.7 MB
Last updated
over 6 years ago
docker pull openlink/uda:8-scratch