Potential regression in check-config? #49972
Labels
area/contrib
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
status/0-triage
Description
Hi,
I'm looking into a potential regression in the check-config.sh script.
Previously, only required items seemed to give a non-zero exit code, but now even if something in the optional category like zfs or ext3 is missing, the script exits with 1.
Could someone chime in?
Reproduce
On a standard Ubuntu desktop installation:
Expected behavior
$? should return 0 if any optional features are missing
docker version
docker info
Additional Info
This script is needed to make sure any microVM kernels work with Docker/k3s etc.
The text was updated successfully, but these errors were encountered: