tezvyn:

Artifact Repository: Your CI/CD's Private Library

Source: Wikipedia: Software repositoryintermediate

An artifact repository is your CI/CD's private library for build outputs like packages and images. CI pipelines publish artifacts here, and deployment scripts pull from it.

An artifact repository is your CI/CD pipeline's private library—a central, versioned storage for every build output from JARs to Docker images. CI pipelines push artifacts here after a successful build, and deployment systems pull these trusted packages. The biggest mistake is treating it like a generic file share; without strict versioning and metadata, it quickly becomes a swamp of untraceable and untrusted binaries.

Read the original → Wikipedia: Software repository

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Artifact Repository: Your CI/CD's Private Library · Tezvyn