Skip to content

Commit

Permalink
fix: switch jib back to asdf (#4055)
Browse files Browse the repository at this point in the history
Fixes #4053
  • Loading branch information
jdx authored Jan 11, 2025
1 parent 42dcb3b commit bdbba71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| java | [core:java](https://mise.jdx.dev/lang/java.html) |
| jbang | [asdf:mise-plugins/jbang-asdf](https://github.com/mise-plugins/jbang-asdf) |
| jfrog-cli | [asdf:mise-plugins/mise-jfrog-cli](https://github.com/mise-plugins/mise-jfrog-cli) |
| jib | [ubi:GoogleContainerTools/jib](https://github.com/GoogleContainerTools/jib) [asdf:joschi/asdf-jib](https://github.com/joschi/asdf-jib) |
| jib | [asdf:joschi/asdf-jib](https://github.com/joschi/asdf-jib) |
| jiq | [aqua:fiatjaf/jiq](https://github.com/fiatjaf/jiq) [asdf:chessmango/asdf-jiq](https://github.com/chessmango/asdf-jiq) |
| jj | [aqua:jj-vcs/jj](https://github.com/jj-vcs/jj) [ubi:jj-vcs/jj](https://github.com/jj-vcs/jj) |
| jless | [aqua:PaulJuliusMartinez/jless](https://github.com/PaulJuliusMartinez/jless) [asdf:jc00ke/asdf-jless](https://github.com/jc00ke/asdf-jless) |
Expand Down
5 changes: 1 addition & 4 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -901,10 +901,7 @@ janet.backends = ["asdf:mise-plugins/mise-janet"]
java.backends = ["core:java"]
jbang.backends = ["asdf:mise-plugins/jbang-asdf"]
jfrog-cli.backends = ["asdf:mise-plugins/mise-jfrog-cli"]
jib.backends = [
"ubi:GoogleContainerTools/jib[tag_regex=-cli]",
"asdf:joschi/asdf-jib"
]
jib.backends = ["asdf:joschi/asdf-jib"]
jiq.backends = ["aqua:fiatjaf/jiq", "asdf:chessmango/asdf-jiq"]
jj.aliases = ["jujutsu"]
jj.backends = ["aqua:jj-vcs/jj", "ubi:jj-vcs/jj"]
Expand Down

0 comments on commit bdbba71

Please sign in to comment.