@@ -39,6 +39,23 @@ registry and uploaded to our own using matching tags.
...
@@ -39,6 +39,23 @@ registry and uploaded to our own using matching tags.
Services, same mechanism as devices.
Services, same mechanism as devices.
### HDB++ image updates
The hdbpp Docker image is used as a base image for the hdbppts-cm (ConfigurationManager) and hdbppts-es (EventSubscriber)
images. If one is developing on a branch and any updates is made in hdbpp/Dockerfile, those won't be automatically picked up from hdbppts-cm and hdbppts-es, because the argument SOURCE_IMAGE in the docker-compose yml file always refers to the remote hdbpp image in the repository.
A temporary workaround for locally testing on these archiving containers is the following:
- Stop and remove any running hdbpp* container
- In the archiver-timescale.yml file, replace the hdbppts-cm and hdbppts-es SOURCE_IMAGE tag 'latest' with the branch name