Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information