diff --git a/README.md b/README.md index 7da8e8d..c743b40 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ export PATH=$PATH:$GOPATH/bin | `--g5k-password` | `G5K_PASSWORD` | | | `--g5k-site` | `G5K_SITE` | | | `--g5k-walltime` | `G5K_WALLTIME` | "1:00:00" | -| `--g5k-image` | `G5K_IMAGE` | "debian10-x64-std" | +| `--g5k-image` | `G5K_IMAGE` | "debian11-std" | | `--g5k-resource-properties` | `G5K_RESOURCE_PROPERTIES` | | | `--g5k-make-resource-reservation` | `G5K_MAKE_RESOURCE_RESERVATION` | | | `--g5k-use-resource-reservation` | `G5K_USE_RESOURCE_RESERVATION` | | diff --git a/driver/driver.go b/driver/driver.go index 8a0721a..417af8d 100644 --- a/driver/driver.go +++ b/driver/driver.go @@ -17,7 +17,7 @@ import ( ) // g5kReferenceEnvironment is the name of the reference environment automatically deployed on the node by Grid'5000 -const g5kReferenceEnvironmentName string = "debian10-x64-std" +const g5kReferenceEnvironmentName string = "debian11-std" // Driver parameters type Driver struct {