ska-tango-images-hdbpp-timescaledb

This image provides a TimescaleDB instance loaded with a HDB++ archiving database table, provided by hdbpp-timescale-project. This TimescaleDB instance can be used by ska-tango-images-hdbpp-es-timescaledb to provide attribute archiving for your control system.

Summary

Release 0.6.3 of ska-tango-images provides the 2.4.0 tag of the ska-tango-images-tango-db OCI image.

The image uses the TimescalbeDB docker image as a base image, using the 2.15.3-pg13 tag.

The Tango table is built using the d4477bdf4d317e4007a8c4cf59e656337c61363c commit of the hdbpp-timescale-project.

Usage Example

To launch the database with a “postgres” user and a “tango” password, run the following:

docker run --name archive-db -p 5432:5432 --detach --rm \
   --env POSTGRES_PASSWORD=tango \
   artefact.skao.int/ska-tango-images-hdbpp-timescaledb:2.4.0

The database will be available at the TCP port localhost:5432.

The database can then be stopped with the following, when it will be automatically removed:

docker stop archive-db

Note, any changes made to the database will be lost.