You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the fuzzy matching operator in apko, it does not produce expected results. Generally, if you attempt to use valid or invalid version matching operators, apko installs the latest version. It also doesn't raise any error. I've tested this with apko 0.22.0 thru 0.25.5.
The
apk
package manager supports fuzzy version matching: https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper#Package_pinningWhen using the fuzzy matching operator in
apko
, it does not produce expected results. Generally, if you attempt to use valid or invalid version matching operators,apko
installs the latest version. It also doesn't raise any error. I've tested this withapko
0.22.0 thru 0.25.5.Minimal example:
This will install
kubectl
1.32, currently.Compare that to using
apk
in Wolfi, which installs 1.28.Additionally, some other odd operators have unexpected results. This includes things like
>~
,>>~
,~<>~
- which likely should throw an error as well.The text was updated successfully, but these errors were encountered: