ska-tango-images-tango-databaseds

This image contains Databaseds, provided by TangoDatabase, and built against cppTango. Databaseds provides a TANGO_HOST for your control system.

Summary

Release 0.6.0 of ska-tango-images provides the 5.23.0 tag of the ska-tango-images-tango-databaseds OCI image.

The image uses ska-tango-images-tango-admin as a base image and so provides the same features, in addition to the Databaseds entry point.

For backwards compatibility, the image also includes a DataBaseds symlink to the Databaseds binary.

Included Software

Package

Version

TangoDatabase

5.23

tango_admin

1.24

cppTango

10.0.0

ZeroMQ

4.3.5

omniORB

4.3.2

opentelemetry-cpp

1.16.1

Usage Example

ska-tango-images-tango-databaseds requires a MariaDB database loaded with a Tango database table. This can be provided by the ska-tango-images-tango-db image. To start a Databaseds instance connecting to a MariaDB instance available at localhost:3306 with username “tango” and password “tango”, run the following:

docker run --rm --net=host \
   --env MYSQL_HOST=127.0.0.1:3306 \
   --env MYSQL_DATABASE=tango \
   --env MYSQL_USER=tango \
   --env MYSQL_PASSWORD=tango \
   artefact.skao.int/ska-tango-images-tango-databaseds:5.23.0 \
   2 -ORBendPoint giop:tcp::10000