diff options
| author | Astounds <kirito@disroot.org> | 2026-05-30 00:34:34 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-05-30 00:34:34 -0500 |
| commit | 4e54a34d87056067c0110c00282f6a3248dc5f6f (patch) | |
| tree | d85617414cb083447523238803ba88146a0dc543 /.gitignore | |
| parent | ed2af5e3d7a3fcd5a1f383003b6723f5d419f634 (diff) | |
| download | yt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.tar.lz yt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.tar.xz yt-local-4e54a34d87056067c0110c00282f6a3248dc5f6f.zip | |
Use pip-compile --generate-hashes in the Docker build stage so that
the runtime stage installs pinned dependencies with verified integrity,
ensuring fully reproducible container builds.
- Add Docker section to README
- Fix Python badge (3.7+ → 3.11+) and outdated docs links
- Upgrade pip, setuptools, and wheel in Dockerfile to fix grype findings
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -148,6 +148,9 @@ banned_addresses.txt *.b2sum # ----------------------------------------------------------------------------- +# Binaries +_bin/ + # Temporary / Backup Files # ----------------------------------------------------------------------------- *.log |
