kubernetes-sigs/image-builder

QEMU build of Ubuntu 22.04 installs a package related to VMWare

mikejoh opened this issue · 3 comments

What steps did you take and what happened:
I noticed that during a qemu build of Ubuntu 22.04 running the following command:

make build-qemu-ubuntu-2204

within images/capi directory we're installing open-vm-tools as an additional package here:

The PR that added those files (#1003) mentions adding support for VMWare and open-vm-tools is specific to VMWare. I guess the problem stems from the fact that the linux file here is a symlink to ../ova/linux? It feels like we need to split things up a bit or copy-paste basically, if possible.

What did you expect to happen:
Not to have a VMWare specific tool installed as part of the Ubuntu autoinstaller by default.

Anything else you would like to add:
N/A

Environment:
N/A

Guess then the issue should also be present in the previous versions as well... older version have similar preseed happening here

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

/remove-lifecycle stale

I have an open PR for this issue. I'll try and get it reviewed.