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.8.0 of ska-tango-images provides the 5.29.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.29

tango_admin

1.28

cppTango

10.3.2

ZeroMQ

4.3.5

omniORB

4.3.4

opentelemetry-cpp

1.27.0

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 \
   --env TANGO_HOST=localhost:10000 \
   artefact.skao.int/ska-tango-images-tango-databaseds:5.29.0 \
   2 -ORBendPoint giop:tcp::10000