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

upgrade Go, Runc, Docker and Containerd #2317

Merged
merged 9 commits into from
Oct 2, 2024
Merged

Commits on Oct 2, 2024

  1. dev-lang/go: bump to 1.22

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 authored and dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1dcf221 View commit details
    Browse the repository at this point in the history
  2. coreos-base/hard-host-depends: use go 1.22

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 authored and dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7fce00f View commit details
    Browse the repository at this point in the history
  3. eclass/coreos-go-depend: use go 1.22

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 authored and dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0af9495 View commit details
    Browse the repository at this point in the history
  4. app-containers/runc: add runc 1.1.14

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 authored and dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    32e8cfe View commit details
    Browse the repository at this point in the history
  5. app-containers/containerd: Update from 1.7.21 to 1.7.22

    Flatcar Buildbot authored and dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    52e26e9 View commit details
    Browse the repository at this point in the history
  6. app-containers/docker{,-cli}: add version 27.2.1

    Can be dropped once upstreamed.
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 authored and dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    163b0cd View commit details
    Browse the repository at this point in the history
  7. app-containers/docker-cli: apply Flatcar patch

    * for now, manpages are not generated yet.
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 authored and dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    785725c View commit details
    Browse the repository at this point in the history
  8. build_library: remove two Docker files not used on Flatcar

    They were previously in /usr/share/docker/contrib which means they were
    deleted at build time and not shipped into Docker sysext.
    
    New ebuild version of Docker now provides those two files as symlinks to
    /usr/share/docker/contrib from /usr/bin.
    
    We can't really remove symlinks using find as docker-runc,
    docker-containerd, etc. are broken symlinks too during the build phase.
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 authored and dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0aab7da View commit details
    Browse the repository at this point in the history
  9. changelog: changelog for containerd, docker, Go, runc

    Add changelog for containerd, docker, Go, runc.
    dongsupark committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    04fc05b View commit details
    Browse the repository at this point in the history