Reloader icon indicating copy to clipboard operation
Reloader copied to clipboard

Reloader image with docker v2.2

Open ajaykanse opened this issue 1 year ago • 4 comments

Could you please make reloader image available in docker v2.2 format as well along with oci format ? Some of the tools such as Artifactory gives issue downloading oci v1 images. Is this possible ?

ajaykanse avatar Sep 25 '23 21:09 ajaykanse

What issue does Artifactory give?

karl-johan-grahn avatar Sep 27 '23 08:09 karl-johan-grahn

Artifactory (proxy/remote repo ) unable to fetch the image and gives below error - Error in getting information for 'library/docker/latest/list.manifest.json'. cant fetch token for repo. As a workaroud we have to download image manually and then publish to artifactory which converted it to docker v2.2 format. The original image manifest is - "ManifestType": "application/vnd.oci.image.manifest.v1+json" After workaround and publishing image to Artifactory - "ManifestType": "application/vnd.docker.distribution.manifest.v2+json" Note - We also have to update Artifactory to support OCI images

ajaykanse avatar Sep 27 '23 13:09 ajaykanse

Hi, by having it in docker format, you could make it supported by Microsoft Defender for Containers. Could you consider it?

https://github.com/MicrosoftDocs/azure-docs/blob/bc6925fcb9c94d51005292ab8cd369022c9c2645/articles/defender-for-cloud/support-matrix-defender-for-containers.md?plain=1#L71

damian-krawczyk avatar Jan 23 '24 12:01 damian-krawczyk

If we can have image with both oci and docker supported with the correct format would be great.

ajaykanse avatar Jan 23 '24 13:01 ajaykanse