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

Add kernel tag to ROOTFS_VERSION if KERNEL_TAG is provided #4154

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 19, 2024

  1. Add kernel tag to ROOTFS_VERSION if KERNEL_TAG is provided

    When building EVE with custome kernel i.e. make KERNEL_TAG=... rootfs version doesn’t take it into account
    and it may be really confusing especially when building from a tag.
    E.g. when building from 12.0.3-lts tag EVE version will be set to 12.0.3-lts and so
    
    - it looks like an official image but it is not
    - if the image is uploaded to cloud the official image with the same tag cannot be uploaded anymore
    
    Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
    rucoder committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1f6834e View commit details
    Browse the repository at this point in the history