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

Add new "python-no-pyc" test #11896

Merged
merged 1 commit into from
Feb 19, 2022
Merged

Commits on Feb 19, 2022

  1. Add new "python-no-pyc" test

    This test validates that the Python images do not contain any pre-compiled `.pyc` or `.pyo` files in `/usr/local` (or `/opt`, for good measure).
    
    Ideally this would also include all of `/usr` (not just `/usr/local`) but then it would also have to filter out results that are from Debian packages (`python`'s default variants are `FROM buildpack-deps` which includes a fair amount of Python packages).
    tianon committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    fa13be6 View commit details
    Browse the repository at this point in the history