Skip to content

Commit

Permalink
feat: Update std environment image to Debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Jul 4, 2024
1 parent 00dd57c commit be63489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit be63489

Please sign in to comment.