Skip to content

Commit

Permalink
Install latest runc 1.1.* (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Aug 15, 2023
1 parent 95f1141 commit 0ff39d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Users have the following options for specifying their own values:
| `pause_container_version` | ```3.5``` | |
| `pull_cni_from_github` | ```true``` | |
| `remote_folder` | ```/tmp``` | Directory path for shell provisioner scripts on the builder instance |
| `runc_version` | ```1.1.5-1.amzn2``` | |
| `runc_version` | ```1.1.*``` | |
| `security_group_id` | `""` | |
| `source_ami_filter_name` | ```amzn2-ami-minimal-hvm-*``` | |
| `source_ami_id` | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion eks-worker-al2-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"pause_container_version": "3.5",
"pull_cni_from_github": "true",
"remote_folder": "/tmp",
"runc_version": "1.1.5-1.amzn2",
"runc_version": "1.1.*",
"security_group_id": "",
"source_ami_filter_name": "amzn2-ami-minimal-hvm-*",
"source_ami_id": "",
Expand Down

0 comments on commit 0ff39d4

Please sign in to comment.