Skip to content

curl executable missing from 2.0.20230621 base container #5759

Description

@guy-microsoft

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions