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

Dockerignore: convert to whitelist #738

Draft
wants to merge 4 commits into
base: next
Choose a base branch
from

Commits on Oct 5, 2024

  1. Dockerignore: convert to whitelist

    * convert dockerignore from blacklist-based to whitelist
    * decrease docker build context size significantly
    * make docker builds less dependent on local state (e.g. local node_modules in submodules)
    * add script for checking docker build context
    * add CI tests to monitor if surprisingly large changes are made to the build context
    alxndrsn committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5699ebe View commit details
    Browse the repository at this point in the history
  2. Include .git directories

    alxndrsn committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5061301 View commit details
    Browse the repository at this point in the history
  3. Increase expected context size

    alxndrsn committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    73630f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. trim client whitelist

    alxndrsn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3b9ddda View commit details
    Browse the repository at this point in the history