Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tag_version from kiwi #1973

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Remove tag_version from kiwi #1973

wants to merge 3 commits into from

Commits on Nov 8, 2024

  1. Remove tag_version from kiwi

    Setting a tag version results in the kiwi #!BuildVersion magic entry not
    including the patch version, which prevents publishing to the registry as no
    version sorts higher than the existing entries
    dcermak committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    72bf06b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4402d4 View commit details
    Browse the repository at this point in the history
  3. Create /etc/kiwi.yml for kiwi >= 10.0

    Kiwi 10 switched to use partx, which requires udev to operate. As we don't have
    udev in the container, we create a custom config file that forces the usage of
    kpartx
    dcermak committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3f3ad2d View commit details
    Browse the repository at this point in the history