Version 2.0.20230621 introduced a breaking change when working with curl.
docker run mcr.microsoft.com/cbl-mariner/base/core:2.0.20230621 curl https://google.com -X -GET
results with the following error:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "curl": executable file not found in $PATH: unknown.
While:
docker run mcr.microsoft.com/cbl-mariner/base/core:2.0.20230609 curl https://google.com -X -GET
works as expected.
Version 2.0.20230621 introduced a breaking change when working with curl.
docker run mcr.microsoft.com/cbl-mariner/base/core:2.0.20230621 curl https://google.com -X -GETresults with the following error:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "curl": executable file not found in $PATH: unknown.While:
docker run mcr.microsoft.com/cbl-mariner/base/core:2.0.20230609 curl https://google.com -X -GETworks as expected.