File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/deploy_tools/demo_configuration Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# The devcontainer should use the developer target and run as root with podman
22# or docker with user namespaces.
3- ARG PYTHON_VERSION=3.12
3+ ARG PYTHON_VERSION=3.12-bookworm
44FROM python:${PYTHON_VERSION} AS developer
55
66# Add any system dependencies for the developer/build environment here
Original file line number Diff line number Diff line change 22
33module :
44 name : ec
5- version : i15-1
6- description : ec command line tool configured for i15-1
5+ version : i15
6+ description : ec command line tool configured for i15
77 allow_updates : true
88
99 dependencies :
1010 - name : edge-containers-cli
11- - name : k8s-i15-1
11+ - name : k8s-i15
1212 version : local
1313
1414 env_vars :
1515 - name : EC_TARGET
16- value : i15-1- beamline/i15-1
16+ value : i15-beamline/i15
1717 - name : EC_K8S_NAMESPACE
18- value : i15-1- beamline
18+ value : i15-beamline
1919 - name : EC_SERVICES_REPO
20- value : https://gitlab.diamond.ac.uk/controls/containers/beamline/i15-1- services.git
20+ value : https://gitlab.diamond.ac.uk/controls/containers/beamline/i15-services.git
2121
2222 applications : []
Original file line number Diff line number Diff line change 3838 {"i13" : ["k8s-i13" , gl ]},
3939 {"i13-1" : ["k8s-i13-1" , gl ]},
4040 {"i14" : ["k8s-i14" , gl ]},
41- {"i15-1 " : ["k8s-i15-1 " , gl ]},
41+ {"i15" : ["k8s-i15" , gl ]},
4242 {"i16" : ["k8s-i16" , gl ]},
4343 {"i18" : ["k8s-i18" , gl ]},
4444 {"i19" : ["k8s-i19" , gl ]},
You can’t perform that action at this time.
0 commit comments