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

Command line tool to create and query container image manifest list/indexes

Results 15 manifest-tool issues
Sort by recently updated
recently updated
newest added

As described in #171, I have a multiarch image and want to add a new tag to it. I'd really love to be able to just use `manifest-tool tag `...

I'm attempting to upgrade from 1.0.3 to 2.0.0 of the manifest-tool. With 1.0.3, my implementation made use of the `inspect --raw` option to parse the layer metadata. But in 2.0.0,...

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...

First of all. Thank you for this tool! Just noticed that using`manifest-tool` e.g. in a CI pipeline, one needs to provide the version several times. ```yaml script: - apt-get update...

First of all, Thanks for the tool!! I am trying to use this to create/push a manifest from inside the docker container (can't use docker). I want to **avoid** writing...

Has anyone successfully used `manifest-tool` against ECR Public? I'm trying both 1.0 and 2.0 and coming up short, and hoping maybe there's something I'm doing wrong, but both versions are...

The Docker registry has some descriptive fields in it that allow the developer to (somehow) give some text description to the image. If you upload to Docker hub with this...

A major caveat on DockerHub (not your fault) of `push from-args` is that the operation **overwrites** what is there, not **appends**. This means, you can not dynamically add additional architectures...

After using the registry's gc feature, the multi-scheme previously uploaded using manifest-tool was no longer available registry version:v2.7.1-patch-2819 manifest-tool version:1.0.0 ![image](https://user-images.githubusercontent.com/18571340/74811817-3e2d2080-532d-11ea-89b3-1b878b0493ec.png) ![image](https://user-images.githubusercontent.com/18571340/74811834-484f1f00-532d-11ea-84a6-f985cb2dc038.png)

Hi, I'm having this issue coming up: `Manifest entry for image ...:5001/.../my-image:my-tag-arm64-8f483868 has unsupported os/arch or os/arch/variant combination: linux/amd64/v8` However, this only happens when I use the latest version of...