mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 10:21:17 +02:00
Before passing runc versions to `sed '/-/!{s/$/_/}'`, we need to replace `_` with `-`, because runc tarball files already have names like `1.0.0_rc2`. Without the fix, version sort would `1.0.0` come before `1.0.0_rc2`, which is not expected in the later steps.