File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export PATH=$PATH:$GOPATH/bin
68
68
| ` --g5k-password ` | ` G5K_PASSWORD ` | |
69
69
| ` --g5k-site ` | ` G5K_SITE ` | |
70
70
| ` --g5k-walltime ` | ` G5K_WALLTIME ` | "1:00:00" |
71
- | ` --g5k-image ` | ` G5K_IMAGE ` | "debian10-x64- std" |
71
+ | ` --g5k-image ` | ` G5K_IMAGE ` | "debian11- std" |
72
72
| ` --g5k-resource-properties ` | ` G5K_RESOURCE_PROPERTIES ` | |
73
73
| ` --g5k-make-resource-reservation ` | ` G5K_MAKE_RESOURCE_RESERVATION ` | |
74
74
| ` --g5k-use-resource-reservation ` | ` G5K_USE_RESOURCE_RESERVATION ` | |
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
)
18
18
19
19
// g5kReferenceEnvironment is the name of the reference environment automatically deployed on the node by Grid'5000
20
- const g5kReferenceEnvironmentName string = "debian10-x64 -std"
20
+ const g5kReferenceEnvironmentName string = "debian11 -std"
21
21
22
22
// Driver parameters
23
23
type Driver struct {
You can’t perform that action at this time.
0 commit comments