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

runc: fix how version is set after upstream change #196

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

cpuguy83
Copy link
Member

Upstream changed how the binary version can be set which broke how we were setting it.
Now we can pass a VERSION env var into runcs make file to have it use that instead of modifying the VERSION file in the repo.

Because we already have a VERSION field set in the env, the runc makefile is taking that, but it does not contain the revision number, so we need to modify that env.

Upstream change that broke this is opencontainers/runc#4270

Upstream changed how the binary version can be set which broke how we
were setting it.
Now we can pass a VERSION env var into runcs make file to have it use
that instead of modifying the VERSION file in the repo.

Because we already have a VERSION field set in the env, the runc
makefile is taking that, but it does not contain the revision number, so
we need to modify that env.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
@pmengelbert pmengelbert merged commit 46c937c into Azure:main Jun 14, 2024
5 checks passed
@cpuguy83 cpuguy83 deleted the fix_runc_113_version branch June 14, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants