mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +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. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |