Vendoring - CI/CD Glossary Definition
Vendoring is committing a project's third-party dependencies directly into its source tree so builds do not need to fetch them from a network registry.
Vendoring is committing a project's third-party dependencies directly into its source tree so builds do not need to fetch them from a network registry.
Vendoring is committing a project's third-party dependencies directly into its source tree so builds do not need to fetch them from a network registry.
Related guides
Dependency Pinning - CI/CD Glossary DefinitionDependency Pinning: Dependency pinning is fixing each dependency to an exact version (and ideally a checksum)…
Lockfile - CI/CD Glossary DefinitionLockfile: A lockfile (such as `package-lock.json`, `poetry.lock`, or `Cargo.lock`) records the exact resolved…
Hermetic Build - CI/CD Glossary DefinitionHermetic Build: A hermetic build is a build that depends only on explicitly declared inputs and is isolated f…