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

[main] deb, rpm: fix runc using incorrect version #385

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 6, 2024

  1. deb, rpm: fix runc using incorrect version

    runc v1.1.13 introduced an option to customize the version (as printed by the
    `--version` flag) through a `VERSION` Make variable / environment variable
    (see [1]).
    
    This variable collided with the `VERSION` environment variable used by
    containerd for the same purpose, which lead to `runc` binaries built
    using the version of containerd;
    
        runc --version
        runc version 1.7.20
        commit: v1.1.13-0-g58aa9203
        ...
    
    This patch explicitly sets the `VERSION` variable to the version of
    runc being built when building the binary.
    
    [1]: opencontainers/runc@6f4d975
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1d9c0d6 View commit details
    Browse the repository at this point in the history