Add dockerfiles for 0.3.0M9 and fix docker-compose to use mysql 8.0 (#1422)

Signed-off-by: Stanislav Trailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
Stanislav Trailov
2023-08-25 15:32:28 +03:00
committed by GitHub
parent b364740a4e
commit b7fb5f131c
5 changed files with 158 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ services:
# MySQL service
# ---------------------
mysql:
image: "mysql:5.7"
image: "mysql:8.0"
environment:
MYSQL_DATABASE: "hawkbit"
# MYSQL_USER: "root" is created by default in the container for mysql 5.7+