Files
hawkbit/hawkbit-runtime
Stanislav Trailov b5e9bc8caa Fix/update docker images (#1543)
* update docker images with latest released version and set revision ot 0.5.0-SNAPSHOT

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>

* simple ui rev ision to 0.5.0-SNAPSHOT

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>

---------

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>
2024-01-13 10:29:20 +02:00
..
2024-01-13 10:29:20 +02:00
2023-12-04 15:15:54 +02:00

hawkBit Runtime

Folder Description
.sandbox/ Content of the hawkBit sandbox installation running on hawkbit.eclipse.org.
docker/ Docker related files, such es Dockerfiles, compose and stack files to quickly start up an hawkBit.
docker/docker_build/ Docker images build related files, such es Dockerfiles and build shell scripts.
hawkbit-update-server/ Spring-Boot application of hawkBit. Monolith containing all services.
hawkbit-ddi-server/ Spring-Boot application of hawkBit DDI server.
hawkbit-dmf-server/ Spring-Boot application of hawkBit DMF server.
hawkbit-mgmt-server/ Spring-Boot application of hawkBit Management server. Provides REST Management API and rollouts / auto assigment processing
hawkbit-vv8-ui/ Spring-Boot application of hawkBit Vaadin 8 UI.

Note: micro service setup requires all services using DB to use same shared DB. So, they don't work with default in memory H2 database. Docker compose with mysql shows an example setup.