Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude yarn.lock from release packages #16577

Merged
merged 1 commit into from
Jun 22, 2021

Commits on Jun 22, 2021

  1. Exclude yarn.lock from built Python wheel file

    Same as apache#16494 - However that PR had to be reverted in apache#16518 as it failed building of PROD image, this PR/commit will fix it.
    
    PROBLEM: Currently the airflow wheel is built with the yarn.lock which is not actually used by the airflow itself. Having this file in the docker image causes the clair and trivy scanners to fail
    
    FIX: The fix is to exclude the yarn.lock by specifying it in the manifest.in
    kaxil committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    11c927f View commit details
    Browse the repository at this point in the history