runfinch / finch

The Finch CLI is an open source client for container development
https://www.runfinch.com
Apache License 2.0
3.48k stars 87 forks source link

docker manifest equivalent #817

Open FernandoMiguel opened 4 months ago

FernandoMiguel commented 4 months ago

What is the problem you're trying to solve?. Docker cli has a manifest command that lets group different arch https://docs.docker.com/engine/reference/commandline/manifest/

Describe the feature you'd like I would like to be able to use finch as a docker drop replacement and create manifests

ollypom commented 4 months ago

Thank you for creating the issue @FernandoMiguel 😄

Finch's CLI takes its container image commands from nerdctl, unfortunately docker manifest is still an "unimplemented command" in nerdctl. They have an open issue to track support for nerdctl manifest here.

I think we should keep this issue open though, so that other Finch users can +1 this issue and we can track support for managing manifests with Finch.

FernandoMiguel commented 4 months ago

Thanks for the upstream link. I'll +1 that one too