Skip to content

Commit be63489

Browse files
committed
feat: Update std environment image to Debian 11
1 parent 00dd57c commit be63489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export PATH=$PATH:$GOPATH/bin
6868
| `--g5k-password` | `G5K_PASSWORD` | |
6969
| `--g5k-site` | `G5K_SITE` | |
7070
| `--g5k-walltime` | `G5K_WALLTIME` | "1:00:00" |
71-
| `--g5k-image` | `G5K_IMAGE` | "debian10-x64-std" |
71+
| `--g5k-image` | `G5K_IMAGE` | "debian11-std" |
7272
| `--g5k-resource-properties` | `G5K_RESOURCE_PROPERTIES` | |
7373
| `--g5k-make-resource-reservation` | `G5K_MAKE_RESOURCE_RESERVATION` | |
7474
| `--g5k-use-resource-reservation` | `G5K_USE_RESOURCE_RESERVATION` | |

driver/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
// 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"
2121

2222
// Driver parameters
2323
type Driver struct {

0 commit comments

Comments
 (0)