Reloader
Reloader copied to clipboard
Reloader image with docker v2.2
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 ?
What issue does Artifactory give?
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
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
If we can have image with both oci and docker supported with the correct format would be great.