Skip to content

Commit c7f97f7

Browse files
fix: specify nodeImage = node v24 explicitly (#189)
* fix: specify nodeImage = node v24 explicitly * [pre-commit.ci lite] apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 4e9005a commit c7f97f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

diracx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ developer:
107107
# -- List of node workspace directories to manage in the diracx-web container (node_modules)
108108
nodeWorkspacesDirectories: []
109109
# -- Image to use for the webapp if nodeModuleToInstall is set
110-
nodeImage: node:alpine
110+
nodeImage: node:24-alpine
111111
# -- Enable collection of coverage reports (intended for CI usage only)
112112
enableCoverage: false
113113
# -- Enable automatic reloading inside uvicorn when the sources change

docs/admin/reference/values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
| developer.localCSPath | string | `"/local_cs_store"` | If set, mount the CS stored localy instead of initializing a default one |
3333
| developer.mountedNodeModuleToInstall | string | `nil` | Node module to install |
3434
| developer.mountedPythonModulesToInstall | list | `[]` | List of packages which are mounted into developer.sourcePath and should be installed with pip install SOURCEPATH/... |
35-
| developer.nodeImage | string | `"node:alpine"` | Image to use for the webapp if nodeModuleToInstall is set |
35+
| developer.nodeImage | string | `"node:24-alpine"` | Image to use for the webapp if nodeModuleToInstall is set |
3636
| developer.nodeWorkspacesDirectories | list | `[]` | List of node workspace directories to manage in the diracx-web container (node_modules) |
3737
| developer.offline | bool | `false` | Make it possible to launch the demo without having an internet connection |
3838
| developer.sourcePath | string | `"/diracx_source"` | Path from which to mount source of DIRACX |

0 commit comments

Comments
 (0)