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 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
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()
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
77ARG COMPAS_HOSTNAME
88
Original file line number Diff line number Diff line change 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
1010ARG COMPAS_HOSTNAME
1111ARG CONFIGURATION_LOCATION
1212
1313ARG BACKDOOR_PORT
1414ARG BACKDOOR_PATH
1515
16- RUN echo ${CONF_LOCATION }
16+ RUN echo ${CONFIGURATION_LOCATION }
1717RUN mkdir /var/log/nginx
1818
1919RUN apk add --no-cache openssl-dev
You can’t perform that action at this time.
0 commit comments