Skip to content

feat: Document a "rich" docker image is needed to run the SQLite, DuckDB and Snowflake plugins #17697

@erezrokah

Description

@erezrokah

The SQLite, DuckDB and Snowflake plugins are built with CGO_ENABLED=1 which means using the default CLI Docker image (via docker pull ghcr.io/cloudquery/cloudquery:latest) to run them doesn't work.

They do work with the Ubuntu image, for example docker pull ghcr.io/cloudquery/cloudquery:5.15.2-ubuntu-amd64 (more in https://github.com/cloudquery/cloudquery/pkgs/container/cloudquery).

We should document this limitation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions