manifest-tool icon indicating copy to clipboard operation
manifest-tool copied to clipboard

Can local tarballs be used for push?

Open bastianbeier opened this issue 3 years ago • 1 comments

Hello, I would like to use manifest-tool to build a multi-arch image from two tarballs that i have only locally. Is this possible? It would be great if I don't need to push them first to "merge" them. I didn't find any documentation on that. Usecase would be CICD for this. e.g

image: myprivreg:5000/someimage:latest
manifests:
  -
    image: dir:localarmimage
    platform:
      architecture: arm64
      os: linux
 -
    image: dir:localamdimage
    platform:
      architecture: amd64
      os: linux

Thank you in advance! Greetings Basti

bastianbeier avatar Feb 21 '22 15:02 bastianbeier

this code isn't really designed to handle image creation today (which is more than just pushing layer blobs) and I would rather keep this tool distinct/simple compared to tools which can handle many more image operations.

estesp avatar Feb 23 '22 18:02 estesp