Skip to content

Commit a154f12

Browse files
authored
Updates eScience infrastructure to just use HPCIC images (#30)
1 parent 4ba39d7 commit a154f12

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

2025-eScience/infrastructure/dry-run/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ use_nginx = true
3939
hub_container_image = "jupyterhub/k8s-hub"
4040
hub_container_tag = "4.2.0"
4141
spawner_container_image = "ghcr.io/llnl/reproducible-benchmarking-spawn"
42-
spawner_container_tag = "escience-2025"
42+
spawner_container_tag = "hpcic-2025"
4343
spawner_image_entrypoint = "/entrypoint.sh 32"
4444
cpu_min = "32"
4545
cpu_max = "32"
4646
mem_min = "64G"
4747
mem_max = "64G"
4848
provide_extra_shmem = true
4949
init_container_image = "ghcr.io/llnl/reproducible-benchmarking-init"
50-
init_container_tag = "escience-2025"
50+
init_container_tag = "hpcic-2025"
5151
init_image_entrypoint = "/entrypoint.sh"
5252

5353
[aws."utility scripts"]

2025-eScience/infrastructure/dry-run/helm-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ singleuser:
6464
# 5) Copy any necessary local scripts or files and ensure proper permissions
6565
image:
6666
name: ghcr.io/llnl/reproducible-benchmarking-spawn
67-
tag: "escience-2025"
67+
tag: "hpcic-2025"
6868
pullPolicy: Always
6969
# Specify the minimum (i.e., guarantee) and maximum (i.e., limit) amount of resources per user
7070
cpu:
@@ -106,7 +106,7 @@ singleuser:
106106
# chown -R 1000 /home/jovyan
107107
initContainers:
108108
- name: init-tutorial-service
109-
image: ghcr.io/llnl/reproducible-benchmarking-init:escience-2025
109+
image: ghcr.io/llnl/reproducible-benchmarking-init:hpcic-2025
110110
command: ["/entrypoint.sh"]
111111
imagePullPolicy: Always
112112
storage:

2025-eScience/infrastructure/production/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ use_nginx = true
3939
hub_container_image = "jupyterhub/k8s-hub"
4040
hub_container_tag = "4.2.0"
4141
spawner_container_image = "ghcr.io/llnl/reproducible-benchmarking-spawn"
42-
spawner_container_tag = "escience-2025"
42+
spawner_container_tag = "hpcic-2025"
4343
spawner_image_entrypoint = "/entrypoint.sh 32"
4444
cpu_min = "32"
4545
cpu_max = "32"
4646
mem_min = "64G"
4747
mem_max = "64G"
4848
provide_extra_shmem = true
4949
init_container_image = "ghcr.io/llnl/reproducible-benchmarking-init"
50-
init_container_tag = "escience-2025"
50+
init_container_tag = "hpcic-2025"
5151
init_image_entrypoint = "/entrypoint.sh"
5252

5353
[aws."utility scripts"]

2025-eScience/infrastructure/production/helm-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ singleuser:
6464
# 5) Copy any necessary local scripts or files and ensure proper permissions
6565
image:
6666
name: ghcr.io/llnl/reproducible-benchmarking-spawn
67-
tag: "escience-2025"
67+
tag: "hpcic-2025"
6868
pullPolicy: Always
6969
# Specify the minimum (i.e., guarantee) and maximum (i.e., limit) amount of resources per user
7070
cpu:
@@ -106,7 +106,7 @@ singleuser:
106106
# chown -R 1000 /home/jovyan
107107
initContainers:
108108
- name: init-tutorial-service
109-
image: ghcr.io/llnl/reproducible-benchmarking-init:escience-2025
109+
image: ghcr.io/llnl/reproducible-benchmarking-init:hpcic-2025
110110
command: ["/entrypoint.sh"]
111111
imagePullPolicy: Always
112112
storage:

0 commit comments

Comments
 (0)