Skip to content

Commit 9600bf6

Browse files
author
Rob Tjalma
authored
Merge pull request #80 from com-pas/update-docker-image-30jun
Updated version of containers to latest.
2 parents bc5d838 + 46b3cf9 commit 9600bf6

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

compas/docker-compose-basex.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
scl-data-service:
4040
labels:
4141
compas: true
42-
image: "lfenergy/compas-scl-data-service:0.9.6-basex"
42+
image: "lfenergy/compas-scl-data-service:0.9.8-basex"
4343
ports:
4444
- "9090:8080"
4545
environment:
@@ -69,7 +69,7 @@ services:
6969
cim-mapping:
7070
labels:
7171
compas: true
72-
image: "lfenergy/compas-cim-mapping:0.8.7"
72+
image: "lfenergy/compas-cim-mapping:0.8.8"
7373
ports:
7474
- "9091:8080"
7575
environment:
@@ -93,7 +93,7 @@ services:
9393
scl-auto-alignment:
9494
labels:
9595
compas: true
96-
image: "lfenergy/compas-scl-auto-alignment:0.2.4"
96+
image: "lfenergy/compas-scl-auto-alignment:0.2.5"
9797
ports:
9898
- "9092:8080"
9999
environment:
@@ -117,7 +117,7 @@ services:
117117
scl-validator:
118118
labels:
119119
compas: true
120-
image: "lfenergy/compas-scl-validator:0.2.0"
120+
image: "lfenergy/compas-scl-validator:0.3.0"
121121
ports:
122122
- "9093:8080"
123123
environment:
@@ -144,7 +144,7 @@ services:
144144
open-scd:
145145
labels:
146146
compas: true
147-
image: "lfenergy/compas-open-scd:v0.16.0.0"
147+
image: "lfenergy/compas-open-scd:v0.17.0.1"
148148
healthcheck:
149149
test: ["CMD", "curl", "-f", "http://localhost/"]
150150
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
postgresql:
99
labels:
1010
compas: true
11-
image: "postgres:latest"
11+
image: "postgres:14.4"
1212
ports:
1313
- "5432:5432"
1414
environment:
@@ -46,7 +46,7 @@ services:
4646
scl-data-service:
4747
labels:
4848
compas: true
49-
image: "lfenergy/compas-scl-data-service:0.9.6-postgresql"
49+
image: "lfenergy/compas-scl-data-service:0.9.8-postgresql"
5050
ports:
5151
- "9090:8080"
5252
environment:
@@ -76,7 +76,7 @@ services:
7676
cim-mapping:
7777
labels:
7878
compas: true
79-
image: "lfenergy/compas-cim-mapping:0.8.7"
79+
image: "lfenergy/compas-cim-mapping:0.8.8"
8080
ports:
8181
- "9091:8080"
8282
environment:
@@ -100,7 +100,7 @@ services:
100100
scl-auto-alignment:
101101
labels:
102102
compas: true
103-
image: "lfenergy/compas-scl-auto-alignment:0.2.4"
103+
image: "lfenergy/compas-scl-auto-alignment:0.2.5"
104104
ports:
105105
- "9092:8080"
106106
environment:
@@ -124,7 +124,7 @@ services:
124124
scl-validator:
125125
labels:
126126
compas: true
127-
image: "lfenergy/compas-scl-validator:0.2.0"
127+
image: "lfenergy/compas-scl-validator:0.3.0"
128128
ports:
129129
- "9093:8080"
130130
environment:
@@ -151,7 +151,7 @@ services:
151151
open-scd:
152152
labels:
153153
compas: true
154-
image: "lfenergy/compas-open-scd:v0.16.0.0"
154+
image: "lfenergy/compas-open-scd:v0.17.0.1"
155155
healthcheck:
156156
test: ["CMD", "curl", "-f", "http://localhost/"]
157157
interval: 30s

integration-testing/TestSuite002-versions-compas.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ TestCase002-10
102102

103103
Select Tab CoMPAS Versions
104104
Get Element Count ${compas-versions-editor-selector} mwc-list > mwc-check-list-item == 2
105-
Get Text ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:last-child *= ${sclname}-${current-date} (2.0.0)
105+
Get Text ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:last-child *= ${sclname}-${current-date} (Version: 2.0.0)
106106

107107
TestCase002-11
108108
[Documentation] Restore first version from the list of versions

integration-testing/TestSuite005-validator.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TestCase005-01
2929

3030
Open Menu View diagnostics
3131
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(4) == Validate using OCL
32-
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 333
32+
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 332
3333

3434
TestCase005-02
3535
[Documentation] Execute the SCL Validator (REST API) with OCL Validation Errros.
@@ -44,7 +44,7 @@ TestCase005-02
4444

4545
Open Menu View diagnostics
4646
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(4) == Validate using OCL
47-
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 333
47+
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 332
4848

4949
TestCase005-03
5050
[Documentation] Execute the SCL Validator (Websockets) with XSD Validation Errors.

0 commit comments

Comments
 (0)