You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Docker.DotNet.Models.ImageBuildParameters is supposed to match the request for Docker API's /build endpoint; however, it doesn't match the current version (v 1.41) or any recent version (I checked back to 1.25). The class is missing some properties and has several extra properties.
Missing:
pull
outputs
Extra:
securityopt
ulimits
cgroupparent
session
cpusetmems
isolation
pullparent
The text was updated successfully, but these errors were encountered:
HofmeisterAn
added a commit
to HofmeisterAn/Docker.DotNet
that referenced
this issue
Sep 6, 2022
* fix(#518): Dispose HttpClient
* fix(#522): Remove extra properties from ImageBuildParameters
* fix: Disable CreateContainerAsync_TimeoutExpires_Fails (not deterministic), await containerLogsTask at the end of the GetContainerLogs_* tests
Docker.DotNet version 3.125.0.0
Class Docker.DotNet.Models.ImageBuildParameters is supposed to match the request for Docker API's
/build
endpoint; however, it doesn't match the current version (v 1.41) or any recent version (I checked back to 1.25). The class is missing some properties and has several extra properties.Missing:
Extra:
The text was updated successfully, but these errors were encountered: