Sign inSign up

openlink/uda

By openlink

•Updated over 6 years ago

OpenLink Universal Data Access Drivers

Image
0

164

openlink/uda repository overview

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.

⁠Tags

Each container is tagged with the following naming convention openlink/uda:8.0-r1-gbc68d45-scratch where:

  • openlink/uda - the name of this container
  • 8.0 - the current UDA release
  • r1 - the release number of the container
  • gbc68d45 - the git signature
  • scratch - to indicate this is a minimal scratch container image⁠

Use 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 container
  • openlink/uda:8.0-scratch points to the latest 8.0 container

⁠Example of adding a driver to a new container:

To 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/

Tag summary

Content type

Image

Digest

Size

166.7 MB

Last updated

over 6 years ago

docker pull openlink/uda:8-scratch