For docker container/image clients like containerd for fetching of images from any repo there needs to be "Content-Length" header also specified.
However, whenever we are pulling an image(From Artifactory) using the ctr client, we won't be able to do due to the unavailability of the particular header parameter.
Below is a sample curl command to fetch all the available information about an image which is pushed to an Artifactory Instance:
curl -uadmin:xxxxxx http://localhost:8082/artifactory/v2/docker-local/ubuntu/manifests/latest -vvL
- is related to
-
RTFACT-20170 Artifactory Docker repo breaks with containerd 1.3.0-rc2
- Done