Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix runc_version typo #1127

Merged
merged 1 commit into from
Dec 13, 2022
Merged

Fix runc_version typo #1127

merged 1 commit into from
Dec 13, 2022

Conversation

cartermckinnon
Copy link
Member

No description provided.

@@ -22,7 +22,7 @@
"pause_container_version": "3.5",
"pull_cni_from_github": "true",
"remote_folder": "",
"runc_version": "runc-1.1.4-1.amzn2",
"runc_version": "1.1.4-1.amzn2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you try building an AMI?

Copy link
Member Author

@cartermckinnon cartermckinnon Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make 1.24 succeeded, and I can see the proper runc is being installed:

2022-12-13T11:27:01-08:00:     amazon-ebs: Resolving Dependencies
2022-12-13T11:27:01-08:00:     amazon-ebs: --> Running transaction check
2022-12-13T11:27:01-08:00:     amazon-ebs: ---> Package runc.x86_64 0:1.1.4-1.amzn2 will be installed
2022-12-13T11:27:01-08:00:     amazon-ebs: --> Finished Dependency Resolution
2022-12-13T11:27:01-08:00:     amazon-ebs:
2022-12-13T11:27:01-08:00:     amazon-ebs: Dependencies Resolved
2022-12-13T11:27:01-08:00:     amazon-ebs:
2022-12-13T11:27:01-08:00:     amazon-ebs: ================================================================================
2022-12-13T11:27:01-08:00:     amazon-ebs:  Package     Arch          Version               Repository                Size
2022-12-13T11:27:01-08:00:     amazon-ebs: ================================================================================
2022-12-13T11:27:01-08:00:     amazon-ebs: Installing:
2022-12-13T11:27:01-08:00:     amazon-ebs:  runc        x86_64        1.1.4-1.amzn2         amzn2extra-docker        2.9 M
2022-12-13T11:27:01-08:00:     amazon-ebs:
2022-12-13T11:27:01-08:00:     amazon-ebs: Transaction Summary
2022-12-13T11:27:01-08:00:     amazon-ebs: ================================================================================
2022-12-13T11:27:01-08:00:     amazon-ebs: Install  1 Package
2022-12-13T11:27:01-08:00:     amazon-ebs:
2022-12-13T11:27:01-08:00:     amazon-ebs: Total download size: 2.9 M
2022-12-13T11:27:01-08:00:     amazon-ebs: Installed size: 9.4 M
2022-12-13T11:27:01-08:00:     amazon-ebs: Downloading packages:
2022-12-13T11:27:01-08:00:     amazon-ebs: runc-1.1.4-1.amzn2.x86_64.rpm                              | 2.9 MB   00:00
2022-12-13T11:27:01-08:00:     amazon-ebs: Running transaction check
2022-12-13T11:27:01-08:00:     amazon-ebs: Running transaction test
2022-12-13T11:27:01-08:00:     amazon-ebs: Transaction test succeeded
2022-12-13T11:27:01-08:00:     amazon-ebs: Running transaction
2022-12-13T11:27:02-08:00:     amazon-ebs:   Installing : runc-1.1.4-1.amzn2.x86_64                                    1/1
2022-12-13T11:27:02-08:00:     amazon-ebs:   Verifying  : runc-1.1.4-1.amzn2.x86_64                                    1/1
2022-12-13T11:27:02-08:00:     amazon-ebs:
2022-12-13T11:27:02-08:00:     amazon-ebs: Installed:
2022-12-13T11:27:02-08:00:     amazon-ebs:   runc.x86_64 0:1.1.4-1.amzn2

@cartermckinnon cartermckinnon merged commit 671ed37 into master Dec 13, 2022
@cartermckinnon cartermckinnon deleted the runc-version-typo branch December 13, 2022 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants