From 350d0691b9bd49a1fe6bd424be50afc525d84e75 Mon Sep 17 00:00:00 2001 From: Enrique Garcia <40355845+garciagenrique@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:04:15 +0100 Subject: [PATCH] Add def env (#302) * add python3.11.8 default ima * fix CI unchecked --- .github/workflows/merge-check-paths.yml | 1 + infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/merge-check-paths.yml b/.github/workflows/merge-check-paths.yml index 6c286b3..96c1181 100644 --- a/.github/workflows/merge-check-paths.yml +++ b/.github/workflows/merge-check-paths.yml @@ -5,6 +5,7 @@ on: pull_request: paths: - 'infrastructure/cluster/flux/**' + - '**.tf' push: branches: - main diff --git a/infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml b/infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml index 1ffce64..35b5c7f 100644 --- a/infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-configmap-profiles.yaml @@ -54,3 +54,7 @@ data: description: "For testing purposes" kubespawner_override: image: ghcr.io/vre-hub/vre-singleuser-zen_ext-dev:latest + - display_name: "Python 3.11 environment" + description: "quay.io/jupyter/scipy-notebook:python-3.11 image" + kubespawner_override: + image: quay.io/jupyter/scipy-notebook:python-3.11.8