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

how to create proxy cache items that result in oci with list of artifacts for supported architectures #21293

Open
mdavid01 opened this issue Dec 7, 2024 · 1 comment
Assignees

Comments

@mdavid01
Copy link

mdavid01 commented Dec 7, 2024

Trying to pull a multi-architecture artifact as shown in the pic. It's a proxy-cache artifact from ext.hub.docker.com. I have no idea how this artifact was created but I want to create a similar artifact from a different tag.
image

For a test case, I want to pull harbor...com/ext.hub.docker.com/cnfldemos/kafka-connect-datagen:0.6.2-7.5.0 into the proxy cache. The pull request only ends up with a single image for the linux/amd64 platform and no tag.

image

How do I get all the kafka-connect-datagen:0.6.2-7.5.0 platforms under one oci artifact as shown in the first pic?

@stonezdj
Copy link
Contributor

stonezdj commented Dec 9, 2024

It is manifest list, because of the issue of #20920, it will create the result of the second screenshot.

@stonezdj stonezdj self-assigned this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants