Skip to content

Commit 123629a

Browse files
authored
Merge pull request #204 from com-pas/chore/bump-compas-open-scd-0.38.0.4
chore: Raise compas-open-scd version to 0.38.0.4
2 parents 138905e + 3c026bf commit 123629a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
5555
--user $(id -u):$(id -g) \
5656
--network=compas_default \
57-
ppodgorsek/robot-framework:latest
57+
ppodgorsek/robot-framework:7.2.1
5858
5959
- name: Created output directory (chromium)
6060
run: mkdir -p target/chromium
@@ -70,7 +70,7 @@ jobs:
7070
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
7171
--user $(id -u):$(id -g) \
7272
--network=compas_default \
73-
ppodgorsek/robot-framework:latest
73+
ppodgorsek/robot-framework:7.2.1
7474
7575
- name: Archive Robot Framework Reports
7676
if: failure()

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ services:
151151
open-scd:
152152
labels:
153153
compas: true
154-
image: "lfenergy/compas-open-scd:v0.38.0.3"
154+
image: "lfenergy/compas-open-scd:v0.38.0.4"
155155
depends_on:
156156
- scl-data-service
157157
- cim-mapping

compas/keycloak/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM quay.io/keycloak/keycloak:latest
5+
FROM quay.io/keycloak/keycloak:26.2.0
66

77
ARG COMPAS_HOSTNAME
88

compas/reverse-proxy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# We want to go back to below image, but it seems to be broken.
66
# For now use fixed version which still works.
77
#FROM openresty/openresty:alpine-fat
8-
FROM openresty/openresty:1.25.3.1-2-alpine-fat
8+
FROM openresty/openresty:1.27.1.2-alpine-fat
99

1010
ARG COMPAS_HOSTNAME
1111
ARG CONFIGURATION_LOCATION
1212

1313
ARG BACKDOOR_PORT
1414
ARG BACKDOOR_PATH
1515

16-
RUN echo ${CONF_LOCATION}
16+
RUN echo ${CONFIGURATION_LOCATION}
1717
RUN mkdir /var/log/nginx
1818

1919
RUN apk add --no-cache openssl-dev

0 commit comments

Comments
 (0)