Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Investigate moving to manylinux base image #2

@freakboy3742

Description

@freakboy3742

The Linux base image is constructed using Ubuntu 16.04 as a "common base".

However, the manylinux image might be a better baseline. This is the baseline image that is used for Python wheels on Linux, so it should be a better starting point for long-term compatibility.

The Docker image is available as: quay.io/pypa/manylinux2010_x86_64.

Briefcase moving to a Docker-based build chain for Linux makes the transition easier, as we can run the build in a manylinux container. However, part of the investigation will be whether it's possible to natively host Linux builds based on manylinux support package (i.e., not use docker for the image build, but use a manylinux support package). My understanding is that this should work, but we need to confirm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew features, or improvements to existing features.
    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