ska-tango-images-hdbpp-yaml2archiving

This image contains yaml2archving. yaml2archving can be use to configure your HDB++ archiving configuration.

Summary

Release 0.6.0 of ska-tango-images provides the 0.11.0 tag of the ska-tango-images-hdbpp-yaml2archiving OCI image.

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

Included Software

Package

Version

PyTango

10.0.0

yaml2archiving

0.11.0

tango_admin

1.24

cppTango

10.0.0

ZeroMQ

4.3.5

omniORB

4.3.2

opentelemetry-cpp

1.16.1

Usage Example

To load archiving configuration from archive.yaml run the following:

docker run --rm --env TANGO_HOST=$TANGO_HOST --net=host -v .:/mnt:z \
   artefact.skao.int/ska-tango-images-hdbpp-yaml2archiving:0.11.0 \
   --write /mnt/archive.yaml

See yaml2archving for more information about the format for the archive.yaml file.