Skip to content

Commit 717ffdc

Browse files
authored
Merge pull request #51 from com-pas/update-docker-image-21feb
Update Docker Image of CoMPAS OpenSCD
2 parents 0645de7 + e0522cd commit 717ffdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compas/docker-compose-basex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
cim-mapping:
6868
labels:
6969
compas: true
70-
image: "lfenergy/compas-cim-mapping:0.8.1"
70+
image: "lfenergy/compas-cim-mapping:0.8.2"
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
@@ -111,7 +111,7 @@ services:
111111
open-scd:
112112
labels:
113113
compas: true
114-
image: "lfenergy/compas-open-scd:v0.9.0.0"
114+
image: "lfenergy/compas-open-scd:v0.10.0.1"
115115
healthcheck:
116116
test: ["CMD", "curl", "-f", "http://localhost/"]
117117
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474
cim-mapping:
7575
labels:
7676
compas: true
77-
image: "lfenergy/compas-cim-mapping:0.8.1"
77+
image: "lfenergy/compas-cim-mapping:0.8.2"
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
@@ -118,7 +118,7 @@ services:
118118
open-scd:
119119
labels:
120120
compas: true
121-
image: "lfenergy/compas-open-scd:v0.9.0.0"
121+
image: "lfenergy/compas-open-scd:v0.10.0.1"
122122
healthcheck:
123123
test: ["CMD", "curl", "-f", "http://localhost/"]
124124
interval: 30s

0 commit comments

Comments
 (0)