Is your feature request related to a problem? Please describe.
The Databroker:master may introduce breaking changes which will result into a failing PR on the SDK site. This can be easily fixed on the SDK:main branch but will not work for potential hotfixes on the latest SDK release. To solve this problem we need a fixed version of the Databroker.
See #82 #83
Describe the solution you'd like
Replace the "master" version to a fixed version (latest release) for the Databroker
- name: "Run Docker Container of Databroker in detached mode"
run: docker run --pull=always --rm --publish 55556:55556/tcp --detach --name databroker ghcr.io/eclipse/kuksa.val/databroker:<FIXED_VERSION> --port 55556 --insecure
Build must be green (Check tests)
Update CONTRIBUTING.md that the Databroker version needs to be updated manually after a new Databroker release
Is your feature request related to a problem? Please describe. The Databroker:master may introduce breaking changes which will result into a failing PR on the SDK site. This can be easily fixed on the SDK:main branch but will not work for potential hotfixes on the latest SDK release. To solve this problem we need a fixed version of the Databroker.
See #82 #83
Describe the solution you'd like