๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

DevOps Intermediate

What is Artifact Repository?

A centralized storage system for build artifacts like compiled binaries, packages, and container images used in CI/CD pipelines.

Artifact repositories store versioned build outputs โ€” JARs, npm packages, Python wheels, Docker images, Helm charts, and more. They serve as the bridge between CI (build) and CD (deploy) stages.

Popular solutions include JFrog Artifactory (universal), Nexus Repository (multi-format), GitHub Packages, and cloud-native registries. Features include proxying remote repositories, vulnerability scanning, retention policies, and access control.

Related Terms

Container Orchestration
The automated management of containerized applications including deployment, scaling, networking, and health monitoring across clusters.
GitOps
A practice where Git repositories serve as the single source of truth for both application code and infrastructure configuration.
Blue-Green Deployment
A deployment strategy using two identical environments where traffic is switched from the old version to the new one instantly.
Log Aggregation
The process of collecting, centralizing, and indexing log data from multiple sources for unified search and analysis.
Postmortem
A structured analysis conducted after an incident to understand what happened, why, and how to prevent recurrence โ€” without assigning blame.
ELK Stack
A popular log management platform combining Elasticsearch (search), Logstash (processing), and Kibana (visualization).
View All DevOps Terms โ†’