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 15, 2024
1 parent d73ac22 commit 1986298
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.4"
services:

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

environment:
- JAVA_STD_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=n
Expand All @@ -14,7 +14,7 @@ services:
- JAVA_ARGS=--spring.profiles.active=mockIam,withMariaDB

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 +43,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 1986298

Please sign in to comment.