Skip to content

Commit 0ff39d4

Browse files
Install latest runc 1.1.* (#1384)
1 parent 95f1141 commit 0ff39d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Users have the following options for specifying their own values:
5050
| `pause_container_version` | ```3.5``` | |
5151
| `pull_cni_from_github` | ```true``` | |
5252
| `remote_folder` | ```/tmp``` | Directory path for shell provisioner scripts on the builder instance |
53-
| `runc_version` | ```1.1.5-1.amzn2``` | |
53+
| `runc_version` | ```1.1.*``` | |
5454
| `security_group_id` | `""` | |
5555
| `source_ami_filter_name` | ```amzn2-ami-minimal-hvm-*``` | |
5656
| `source_ami_id` | `""` | |

eks-worker-al2-variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"pause_container_version": "3.5",
2424
"pull_cni_from_github": "true",
2525
"remote_folder": "/tmp",
26-
"runc_version": "1.1.5-1.amzn2",
26+
"runc_version": "1.1.*",
2727
"security_group_id": "",
2828
"source_ami_filter_name": "amzn2-ami-minimal-hvm-*",
2929
"source_ami_id": "",

0 commit comments

Comments
 (0)