Skip to content

Issues with the tarball during the setup #1

Open
@AlexDenisov

Description

@AlexDenisov

Apologies for the vague title/description, not sure if it's the right diagnosis.

I'm trying to use the cmake feature, but it fails in a weird way.

Here are the steps to reproduce:

devcontainer.json

{
  "name": "test",
  "image": "ubuntu",
  "features": {
    "ghcr.io/devcontainers-community/features/cmake": {}
  }
}

And the CLI run:

devcontainer up --workspace-folder . --config devcontainer.json --log-level trace

Full output is here as GitHub wouldn't allow pasting a body longer than 65536 characters 😅

I'm running this on macOS, but also tried Linux with the same results.
Brief look at the CLI source code suggests that the failure happens around these lines, that's why I think something is off during the unpacking the tarball.

Not sure if the issue is related to this feature/repo specifically, or if something is wrong with CLI itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions