Skip to content

Dockerfile: update runc binary to v1.2.3#49071

Merged
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:bump_runc_binary_1.2.3
Dec 12, 2024
Merged

Dockerfile: update runc binary to v1.2.3#49071
thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah:bump_runc_binary_1.2.3

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

This is the third patch release of the 1.2.z release branch of runc. It primarily fixes some minor regressions introduced in 1.2.0.

  • Fixed a regression in use of securejoin.MkdirAll, where multiple runc processes racing to create the same mountpoint in a shared rootfs would result in spurious EEXIST errors. In particular, this regression caused issues with BuildKit.
  • Fixed a regression in eBPF support for pre-5.6 kernels after upgrading Cilium's eBPF library version to 0.16 in runc.

full diff: opencontainers/runc@v1.2.2...v1.2.3
release notes: https://github.com/opencontainers/runc/releases/tag/v1.2.3

- What I did

- How I did it

- How to verify it

- Description for the changelog

Upgrade `runc` to [v1.2.3](https://github.com/opencontainers/runc/releases/tag/v1.2.3)

- A picture of a cute animal (not mandatory but encouraged)

This is the third patch release of the 1.2.z release branch of runc. It
primarily fixes some minor regressions introduced in 1.2.0.

- Fixed a regression in use of securejoin.MkdirAll, where multiple
  runc processes racing to create the same mountpoint in a shared rootfs
  would result in spurious EEXIST errors. In particular, this regression
  caused issues with BuildKit.
- Fixed a regression in eBPF support for pre-5.6 kernels after upgrading
  Cilium's eBPF library version to 0.16 in runc.

full diff: opencontainers/runc@v1.2.2...v1.2.3
release notes: https://github.com/opencontainers/runc/releases/tag/v1.2.3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Copy Markdown
Member Author

Flaky test on Windows?

=== Failed
=== FAIL: github.com/docker/docker/integration/container TestWindowsDevices/hyperv/no_device_mounted (60.47s)
    devices_windows_test.go:95: assertion failed: error is not nil: error during connect: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.48/containers/create": EOF

=== FAIL: github.com/docker/docker/integration/container TestWindowsDevices (4.13s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants