Skip to content

Commit 09b4365

Browse files
author
Rob Tjalma
authored
Merge pull request #56 from com-pas/update-docker-image-21mar
Update Docker image (21 March 2021)
2 parents 0e9a66e + c9a50ec commit 09b4365

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

RELEASE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
1010

1111
## Release notes
1212

13+
### Release 0.4.0
14+
15+
Next release for testing the CoMPAS System with all components.
16+
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.4):
17+
- Updated libraries to the latest versions;
18+
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.2.1):
19+
- Updated libraries to the latest versions;
20+
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.8.3):
21+
- Updated libraries to the latest versions;
22+
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.12.0.0):
23+
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.12.0)
24+
1325
### Release 0.3.0
1426

1527
Next release for testing the CoMPAS System with all components.

compas/docker-compose-basex.yml

Lines changed: 4 additions & 4 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.3-basex"
42+
image: "lfenergy/compas-scl-data-service:0.9.4-basex"
4343
environment:
4444
- BASEX_HOST=basex
4545
- BASEX_PORT=1984
@@ -67,7 +67,7 @@ services:
6767
cim-mapping:
6868
labels:
6969
compas: true
70-
image: "lfenergy/compas-cim-mapping:0.8.2"
70+
image: "lfenergy/compas-cim-mapping:0.8.3"
7171
environment:
7272
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
7373
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -89,7 +89,7 @@ services:
8989
scl-auto-alignment:
9090
labels:
9191
compas: true
92-
image: "lfenergy/compas-scl-auto-alignment:0.2.0"
92+
image: "lfenergy/compas-scl-auto-alignment:0.2.1"
9393
environment:
9494
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
9595
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -111,7 +111,7 @@ services:
111111
open-scd:
112112
labels:
113113
compas: true
114-
image: "lfenergy/compas-open-scd:v0.10.0.1"
114+
image: "lfenergy/compas-open-scd:v0.12.0.0"
115115
healthcheck:
116116
test: ["CMD", "curl", "-f", "http://localhost/"]
117117
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
scl-data-service:
4747
labels:
4848
compas: true
49-
image: "lfenergy/compas-scl-data-service:0.9.3-postgresql"
49+
image: "lfenergy/compas-scl-data-service:0.9.4-postgresql"
5050
environment:
5151
- POSTGRESQL_HOST=postgresql
5252
- POSTGRESQL_DB=compas
@@ -74,7 +74,7 @@ services:
7474
cim-mapping:
7575
labels:
7676
compas: true
77-
image: "lfenergy/compas-cim-mapping:0.8.2"
77+
image: "lfenergy/compas-cim-mapping:0.8.3"
7878
environment:
7979
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
8080
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -96,7 +96,7 @@ services:
9696
scl-auto-alignment:
9797
labels:
9898
compas: true
99-
image: "lfenergy/compas-scl-auto-alignment:0.2.0"
99+
image: "lfenergy/compas-scl-auto-alignment:0.2.1"
100100
environment:
101101
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
102102
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -118,7 +118,7 @@ services:
118118
open-scd:
119119
labels:
120120
compas: true
121-
image: "lfenergy/compas-open-scd:v0.10.0.1"
121+
image: "lfenergy/compas-open-scd:v0.12.0.0"
122122
healthcheck:
123123
test: ["CMD", "curl", "-f", "http://localhost/"]
124124
interval: 30s

0 commit comments

Comments
 (0)