ska-tango-images-tango-admin
This image contains tango_admin built against cppTango. tango_admin allows you to
administer your Tango control system from the command line.
Summary
Release 0.6.3 of ska-tango-images provides the 1.27.0 tag of the ska-tango-images-tango-admin OCI image.
The image uses ska-tango-images-tango-base as a base image and so
provides the same features, in addition to the tango_admin entry point.
Included Software
Package |
Version |
|---|---|
tango_admin |
1.27 |
cppTango |
10.0.2 |
ZeroMQ |
4.3.5 |
omniORB |
4.3.2 |
opentelemetry-cpp |
1.19.0 |
Usage Example
To attempt to ping your Tango database available on TANGO_HOST:
docker run --rm --env TANGO_HOST=$TANGO_HOST --net=host \
artefact.skao.int/ska-tango-images-tango-admin:1.27.0 \
--ping-database
As the tango_admin utility is very useful when dealing with different Tango
applications, the
artefact.skao.int/ska-tango-images-tango-admin:1.27.0
can also be used as a base image when building other application images. This
is the case for most of the application images provided by ska-tango-images. See
How to build a Tango image using cppTango for details about how to build your own cppTango
application images.