Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can local tarballs be used for push? #154

Open
bastianbeier opened this issue Feb 21, 2022 · 1 comment
Open

Can local tarballs be used for push? #154

bastianbeier opened this issue Feb 21, 2022 · 1 comment

Comments

@bastianbeier
Copy link

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

@estesp
Copy link
Owner

estesp commented Feb 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants