Skip to content

daemon: remove kernel version check and DOCKER_NOWARN_KERNEL_VERSION#43253

Merged
cpuguy83 merged 2 commits into
moby:masterfrom
thaJeztah:remove_kernel_version_check
Feb 17, 2022
Merged

daemon: remove kernel version check and DOCKER_NOWARN_KERNEL_VERSION#43253
cpuguy83 merged 2 commits into
moby:masterfrom
thaJeztah:remove_kernel_version_check

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

All regular, non-EOL Linux distros now come with more recent kernels
out of the box. There may still be users trying to run on kernel 3.10
or older (some embedded systems, e.g.), but those should be a rare
exception, which we don't have to take into account.

This patch removes the kernel version check on Linux, and the corresponding
DOCKER_NOWARN_KERNEL_VERSION environment that was there to skip this
check.

- Description for the changelog

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

@thaJeztah thaJeztah added this to the 21.xx milestone Feb 17, 2022
All regular, non-EOL Linux distros now come with more recent kernels
out of the box. There may still be users trying to run on kernel 3.10
or older (some embedded systems, e.g.), but those should be a rare
exception, which we don't have to take into account.

This patch removes the kernel version check on Linux, and the corresponding
DOCKER_NOWARN_KERNEL_VERSION environment that was there to skip this
check.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah force-pushed the remove_kernel_version_check branch from 324359c to 1240f8b Compare February 17, 2022 16:47
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

@cpuguy83 cpuguy83 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

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.

3 participants