diff --git a/2026-ISC/docker/Dockerfile.benchpark b/2026-ISC/docker/Dockerfile.benchpark index fb4efdc..adc4228 100644 --- a/2026-ISC/docker/Dockerfile.benchpark +++ b/2026-ISC/docker/Dockerfile.benchpark @@ -6,7 +6,7 @@ # For testing # FROM test-treescape -FROM ghcr.io/llnl/treescape:2026-isc +FROM ghcr.io/llnl/treescape:isc-2026 USER root diff --git a/2026-ISC/docker/Dockerfile.spawn b/2026-ISC/docker/Dockerfile.spawn index 898f4ef..f1a79a7 100644 --- a/2026-ISC/docker/Dockerfile.spawn +++ b/2026-ISC/docker/Dockerfile.spawn @@ -6,7 +6,7 @@ # For testing # FROM test-benchpark -FROM ghcr.io/llnl/benchpark:2026-isc +FROM ghcr.io/llnl/benchpark:isc-2026 USER root diff --git a/2026-ISC/docker/Dockerfile.thicket b/2026-ISC/docker/Dockerfile.thicket index 25afbf0..fd4cd28 100644 --- a/2026-ISC/docker/Dockerfile.thicket +++ b/2026-ISC/docker/Dockerfile.thicket @@ -6,7 +6,7 @@ # For testing # FROM test-caliper -FROM ghcr.io/llnl/caliper:2026-isc +FROM ghcr.io/llnl/caliper:isc-2026 USER root diff --git a/2026-ISC/docker/Dockerfile.treescape b/2026-ISC/docker/Dockerfile.treescape index 3600218..dacf0f8 100644 --- a/2026-ISC/docker/Dockerfile.treescape +++ b/2026-ISC/docker/Dockerfile.treescape @@ -6,7 +6,7 @@ # For testing # FROM test-thicket -FROM ghcr.io/llnl/thicket:2026-isc +FROM ghcr.io/llnl/thicket:isc-2026 USER root diff --git a/2026-ISC/infrastructure/dry-run/deploy_jupyterhub.sh b/2026-ISC/infrastructure/dry-run/deploy_jupyterhub.sh index fde3f98..ec01a7e 100755 --- a/2026-ISC/infrastructure/dry-run/deploy_jupyterhub.sh +++ b/2026-ISC/infrastructure/dry-run/deploy_jupyterhub.sh @@ -14,7 +14,7 @@ helm repo add jupyterhub https://hub.jupyter.org/helm-chart/ helm repo update echo "" echo "Installing the Helm chart and deploying JupyterHub to EKS:" -helm install 2026-isc-dry-run-jupyter jupyterhub/jupyterhub --version 4.2.0 --values ./helm-config.yaml +helm install isc-2026-dry-run-jupyter jupyterhub/jupyterhub --version 4.2.0 --values ./helm-config.yaml echo "" echo "Done deploying JupyterHub!" diff --git a/2026-ISC/infrastructure/dry-run/eksctl-config.yaml b/2026-ISC/infrastructure/dry-run/eksctl-config.yaml index 95e2593..65059b0 100644 --- a/2026-ISC/infrastructure/dry-run/eksctl-config.yaml +++ b/2026-ISC/infrastructure/dry-run/eksctl-config.yaml @@ -2,7 +2,7 @@ apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig # Define the name of the cluster and the deployment region metadata: - name: 2026-isc-dry-run + name: isc-2026-dry-run region: us-west-1 # Create the IAM policies needed to enable the autoscaler and storage