Skip to content

Commit

Permalink
Update docker containers
Browse files Browse the repository at this point in the history
Signed-off-by: Saeed Rezaee <[email protected]>
  • Loading branch information
SaeedRe committed Jan 16, 2024
1 parent d73ac22 commit 163f007
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docker/test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.4"
version: "3.7"

This comment has been minimized.

Copy link
@diegorondini

services:

update-server:
image: hawkbit/hawkbit-update-server:0.3.0M7-mysql
image: hawkbit/hawkbit-update-server:0.4.1-mysql

environment:
- JAVA_STD_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=n
Expand All @@ -12,9 +12,10 @@ services:
- JAVA_ADV_SERVICEABILITY_OPTIONS=-XX:+HeapDumpOnOutOfMemoryError
- JAVA_ADV_GC_OPTIONS=-XX:MaxMetaspaceSize=250m -XX:MetaspaceSize=250m -XX:+UseG1GC -XX:+UseStringDeduplication
- JAVA_ARGS=--spring.profiles.active=mockIam,withMariaDB
- SPRING_DATASOURCE_URL=jdbc:mariadb://maria-db:3306/hawkbit?useMysqlMetadata=true

command: [
"--spring.datasource.url=jdbc:mysql://maria-db:3306/hawkbit?useMysqlMetadata=true",
"--spring.datasource.url=jdbc:mariadb://maria-db:3306/hawkbit?useMysqlMetadata=true",
"--spring.datasource.username=hawkbit",
"--spring.datasource.password=1234",
"--spring.security.user.name=test",
Expand Down Expand Up @@ -43,7 +44,7 @@ services:
# ------------------------------------------------

maria-db:
image: mariadb:10.3
image: mariadb:10.6
networks:
- hara-network
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ class SuccessfulForcedUpdate : AbstractClientTest() {
ActionStatus.ContentEntry(
ActionStatus.ContentEntry.Type.canceled,
listOf(
"Update Server: Cancelation confirmed.",
"Update Server: Cancellation confirmed.",
"Update Server: Cancellation completion is finished sucessfully."
)
),
ActionStatus.ContentEntry(
ActionStatus.ContentEntry.Type.retrieved,
listOf("Update Server: Target retrieved cancel action and should start now the cancelation.")
listOf("Update Server: Target retrieved cancel action and should start now the cancellation.")
),
ActionStatus.ContentEntry(
ActionStatus.ContentEntry.Type.canceling,
Expand Down

0 comments on commit 163f007

Please sign in to comment.