finch icon indicating copy to clipboard operation
finch copied to clipboard

docker manifest equivalent

Open FernandoMiguel opened this issue 1 year ago • 2 comments

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

FernandoMiguel avatar Feb 16 '24 13:02 FernandoMiguel

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.

ollypom avatar Feb 19 '24 13:02 ollypom

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

FernandoMiguel avatar Feb 19 '24 13:02 FernandoMiguel