Not sure this is intended/expected behavior.
For example, in an empty directory, with only the default bundles installed (globally), we see the global bundles when running carti list, and we see them twice when running carti list --all
$ carti repo list
https://github.com/createdreamtech/carti-default
$ ls -la
total 8
drwxr-xr-x 2 milton milton 4096 Feb 4 16:49 ./
drwxr-xr-x 7 milton milton 4096 Feb 4 16:49 ../
$ carti list
@rom/default-rom:v0.4.0:baenrwigwdfweve3apyvwicc2zpmzz6vdhsg62xnmzhauruw6ud4dbbafuq:global
@ram/default-ram:v0.7.0:baenrwia5vqqvdu5chzjqq57tfo45z2txorpnmljeiuwemcibba43noqpvu:global
@flash/default-root:v0.6.0:baenrwig2hfjzzeqmozb7sws6tyxmyazvuipjp5hxamtllifsokwh73eucy:global
$ carti list --all
@rom/default-rom:v0.4.0:baenrwigwdfweve3apyvwicc2zpmzz6vdhsg62xnmzhauruw6ud4dbbafuq:global
@ram/default-ram:v0.7.0:baenrwia5vqqvdu5chzjqq57tfo45z2txorpnmljeiuwemcibba43noqpvu:global
@flash/default-root:v0.6.0:baenrwig2hfjzzeqmozb7sws6tyxmyazvuipjp5hxamtllifsokwh73eucy:global
@rom/default-rom:v0.4.0:baenrwigwdfweve3apyvwicc2zpmzz6vdhsg62xnmzhauruw6ud4dbbafuq:https://github.com/cartesi/machine-emulator-rom/releases/download/v0.4.0/rom.bin
@ram/default-ram:v0.7.0:baenrwia5vqqvdu5chzjqq57tfo45z2txorpnmljeiuwemcibba43noqpvu:https://github.com/cartesi/image-kernel/releases/download/v0.7.0/linux-5.5.19-ctsi-2.bin
@flash/default-root:v0.6.0:baenrwig2hfjzzeqmozb7sws6tyxmyazvuipjp5hxamtllifsokwh73eucy:https://github.com/cartesi/image-rootfs/releases/download/v0.6.0/rootfs.ext2
Not sure this is intended/expected behavior.
For example, in an empty directory, with only the default bundles installed (globally), we see the global bundles when running
carti list, and we see them twice when runningcarti list --all