🎁 New User? Get 20% off your first purchase with code NEWUSER20 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

Immutable Infrastructure
An approach where servers are never modified after deployment — changes require building and deploying entirely new server instances.
GitOps
A practice where Git repositories serve as the single source of truth for both application code and infrastructure configuration.
Container Orchestration
The automated management of containerized applications including deployment, scaling, networking, and health monitoring across clusters.
GitHub Actions
A CI/CD platform integrated into GitHub that automates build, test, and deployment workflows using YAML configuration.
Packer
A tool for creating identical machine images for multiple platforms from a single configuration file.
ArgoCD
A declarative GitOps continuous delivery tool for Kubernetes that automatically syncs cluster state with Git repositories.
View All DevOps Terms →