Skip to content

Commit 899edc5

Browse files
authored
isc: fix container names (#52)
1 parent f970618 commit 899edc5

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

2026-ISC/docker/Dockerfile.benchpark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# For testing
77
# FROM test-treescape
88

9-
FROM ghcr.io/llnl/treescape:2026-isc
9+
FROM ghcr.io/llnl/treescape:isc-2026
1010

1111
USER root
1212

2026-ISC/docker/Dockerfile.spawn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# For testing
77
# FROM test-benchpark
88

9-
FROM ghcr.io/llnl/benchpark:2026-isc
9+
FROM ghcr.io/llnl/benchpark:isc-2026
1010

1111
USER root
1212

2026-ISC/docker/Dockerfile.thicket

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# For testing
77
# FROM test-caliper
88

9-
FROM ghcr.io/llnl/caliper:2026-isc
9+
FROM ghcr.io/llnl/caliper:isc-2026
1010

1111
USER root
1212

2026-ISC/docker/Dockerfile.treescape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# For testing
77
# FROM test-thicket
88

9-
FROM ghcr.io/llnl/thicket:2026-isc
9+
FROM ghcr.io/llnl/thicket:isc-2026
1010

1111
USER root
1212

2026-ISC/infrastructure/dry-run/deploy_jupyterhub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
1414
helm repo update
1515
echo ""
1616
echo "Installing the Helm chart and deploying JupyterHub to EKS:"
17-
helm install 2026-isc-dry-run-jupyter jupyterhub/jupyterhub --version 4.2.0 --values ./helm-config.yaml
17+
helm install isc-2026-dry-run-jupyter jupyterhub/jupyterhub --version 4.2.0 --values ./helm-config.yaml
1818

1919
echo ""
2020
echo "Done deploying JupyterHub!"

2026-ISC/infrastructure/dry-run/eksctl-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: eksctl.io/v1alpha5
22
kind: ClusterConfig
33
# Define the name of the cluster and the deployment region
44
metadata:
5-
name: 2026-isc-dry-run
5+
name: isc-2026-dry-run
66
region: us-west-1
77

88
# Create the IAM policies needed to enable the autoscaler and storage

0 commit comments

Comments
 (0)