chainguard-dev / go-apk

native go library for installation and management of apk packages
Apache License 2.0
29 stars 29 forks source link

Only allow overlapping virtual providers #266

Closed jonjohnsonjr closed 6 months ago

jonjohnsonjr commented 6 months ago

After more testing, we found that apk will only allow two things that provide the same virtual if there are no versions, not if the versions are the same, so we adjust that logic a bit to be consistent.

jonjohnsonjr commented 6 months ago

X-ref: https://github.com/chainguard-dev/go-apk/issues/264