kubernetes/minikube

nerdctl-bin package files use spaces instead of tabs

クローズ

#23,437 opened on 2026/08/04

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (5,222 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (31,799 個のスター)
PR merge metrics
 (平均マージ 12d 19h) (30d で 43 merged PRs)

説明

Bug

The nerdctl-bin Buildroot package files use spaces for indentation where tabs are required by Buildroot/Kconfig/Make conventions.

Affected files:

  • deploy/iso/minikube-iso/arch/aarch64/package/nerdctl-bin-aarch64/Config.in — spaces instead of tabs
  • deploy/iso/minikube-iso/arch/x86_64/package/nerdctl-bin/Config.in — spaces instead of tabs
  • deploy/iso/minikube-iso/arch/aarch64/package/nerdctl-bin-aarch64/nerdctl-bin.mk — spaces instead of tabs in INSTALL_TARGET_CMDS
  • deploy/iso/minikube-iso/arch/x86_64/package/nerdctl-bin/nerdctl-bin.mk — spaces instead of tabs in INSTALL_TARGET_CMDS

Other packages (e.g. crictl-bin, helm-bin) correctly use tabs.

Fix

Replace leading spaces with tabs in all four files listed above.

コントリビューターガイド