Open HofmeisterAn opened 2 years ago
For the example above the endpoint returns unknown image in /images/create?fromImage=mysql%3A8.0.28
. It works if I set the image and tag separate from each other: new ImagesCreateParameters { FromImage = "mysql", Tag = "8.0.28" }
. Neverless the Docker docs say:
Name of the image to pull. The name may include a tag or digest. This parameter may only be used when pulling an image. The pull is cancelled if the HTTP connection is closed.
Probably relates to following update in 4.13.0 (might by working again in later releases):
Updated Docker Engine and Docker CLI to v20.10.20, which contain mitigations against a Git vulnerability, tracked in CVE-2022-39253, and updated handling of image:tag@digest image references, as well as a fix for CVE-2022-36109.
Output of
dotnet --info
:What version of Docker.DotNet?:
Steps to reproduce the issue:
What actually happened?:
What did you expect to happen?:
Additional information:
-