Skip to content

Commit ac6d082

Browse files
committed
move i15-1 to i15
1 parent 2bf8124 commit ac6d082

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
FROM python:${PYTHON_VERSION} AS developer
55

66
# Add any system dependencies for the developer/build environment here

src/deploy_tools/demo_configuration/ec/i15-1.yaml renamed to src/deploy_tools/demo_configuration/ec/i15.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
module:
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: []

src/deploy_tools/demo_configuration/make-beamlines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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]},

0 commit comments

Comments
 (0)