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

packages: update runc #3037

Merged
merged 1 commit into from
Apr 19, 2023
Merged

packages: update runc #3037

merged 1 commit into from
Apr 19, 2023

Conversation

yeazelm
Copy link
Contributor

@yeazelm yeazelm commented Apr 19, 2023

Updates runc to v1.1.6

Description of changes:

    packages: update runc

    Updates runc to v1.1.6

Testing done:

Built and launched an aws-k8s-1.24 image and ensured they came up connected to the cluster:

$ kubectl get nodes -o wide
NAME                                           STATUS   ROLES    AGE     VERSION                INTERNAL-IP      EXTERNAL-IP     OS-IMAGE                                KERNEL-VERSION   CONTAINER-RUNTIME
ip-192-168-24-146.us-west-2.compute.internal   Ready    <none>   8m17s   v1.24.12-eks-76dc719   192.168.24.146   35.87.71.87     Bottlerocket OS 1.14.0 (aws-k8s-1.24)   5.15.102         containerd://1.6.19+bottlerocket
ip-192-168-88-71.us-west-2.compute.internal    Ready    <none>   8m17s   v1.24.12-eks-76dc719   192.168.88.71    54.212.206.90   Bottlerocket OS 1.14.0 (aws-k8s-1.24)   5.15.102         containerd://1.6.19+bottlerocket

Built and launched an aws-ecs-1 image and ensured it is launching containers as well:

[ssm-user@control]$ apiclient get os
{
  "os": {
    "arch": "x86_64",
    "build_id": "bd18a998",
    "pretty_name": "Bottlerocket OS 1.14.0 (aws-ecs-1)",
    "variant_id": "aws-ecs-1",
    "version_id": "1.14.0"
  }
}
[ssm-user@control]$ curl localhost:49153
<html>
    <body style="background-color:rgb(49, 214, 220);"><center>
    <head>
        <title>Hello world</title>
    </head>
    <body>
        <h1>Hello from NGINX!
        </h1>
    </body>

</html>

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Updates runc to v1.1.6
@yeazelm yeazelm marked this pull request as ready for review April 19, 2023 23:05
@yeazelm yeazelm merged commit 7641756 into bottlerocket-os:develop Apr 19, 2023
@yeazelm yeazelm deleted the runc_update branch April 27, 2023 17:54
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.

4 participants