File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
55
55
--user $(id -u):$(id -g) \
56
56
--network=compas_default \
57
- ppodgorsek/robot-framework:latest
57
+ ppodgorsek/robot-framework:7.2.1
58
58
59
59
- name : Created output directory (chromium)
60
60
run : mkdir -p target/chromium
70
70
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
71
71
--user $(id -u):$(id -g) \
72
72
--network=compas_default \
73
- ppodgorsek/robot-framework:latest
73
+ ppodgorsek/robot-framework:7.2.1
74
74
75
75
- name : Archive Robot Framework Reports
76
76
if : failure()
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ services:
151
151
open-scd :
152
152
labels :
153
153
compas : true
154
- image : " lfenergy/compas-open-scd:v0.38.0.3 "
154
+ image : " lfenergy/compas-open-scd:v0.38.0.4 "
155
155
depends_on :
156
156
- scl-data-service
157
157
- cim-mapping
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
- FROM quay.io/keycloak/keycloak:latest
5
+ FROM quay.io/keycloak/keycloak:26.2.0
6
6
7
7
ARG COMPAS_HOSTNAME
8
8
Original file line number Diff line number Diff line change 5
5
# We want to go back to below image, but it seems to be broken.
6
6
# For now use fixed version which still works.
7
7
# 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
9
9
10
10
ARG COMPAS_HOSTNAME
11
11
ARG CONFIGURATION_LOCATION
12
12
13
13
ARG BACKDOOR_PORT
14
14
ARG BACKDOOR_PATH
15
15
16
- RUN echo ${CONF_LOCATION }
16
+ RUN echo ${CONFIGURATION_LOCATION }
17
17
RUN mkdir /var/log/nginx
18
18
19
19
RUN apk add --no-cache openssl-dev
You can’t perform that action at this time.
0 commit comments