feat(registry): add docker cli#4832
Conversation
|
JFYI, I got these warnings when I tried to install I guess |
|
@risu729 you're right for the warning, i use this package with mise use |
|
We should avoid using aqua packages with version filters. I don't think it's possible for mise to use those tools effectively. |
|
@jdx you're right, but i'm not the author of the aqua package 😅 |
Thanks @risu729. I wondered about not having to use version filters, per: #4832 (comment). |
|
@eread I'm not sure of the exact reason, but I guess it's because it'll be complicated to support it. |
`aqua:docker/cli` can be installed, but it caused warnings. #4832 ``` mise WARN [aqua:docker/cli] aqua version filter error: Invalid operands for operator contains ``` This is because the registry uses `Version` in its `version_filter`. https://github.com/aquaproj/aqua-registry/blob/8f3a2ae02b5b56a9583ddb1c9ee9739ceff19f9e/pkgs/docker/cli/rootless/registry.yaml This PR resolves the issue by parsing aqua templates in `version_filter`.
- feat: add docker cli in the registry `cargo run --bin mise -- tool docker-cli` ```shell Backend: aqua:docker/cli Description: Docker CE CLI Installed Versions: 28.2.2 Tool Options: [none] ``` #4832
- feat: add docker cli in the registry `cargo run --bin mise -- tool docker-cli` ```shell Backend: aqua:docker/cli Description: Docker CE CLI Installed Versions: 28.2.2 Tool Options: [none] ``` jdx#4832
cargo run --bin mise -- tool docker-cli