๐ŸŽ 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

Kubernetes
An open-source container orchestration platform that automates deploying, scaling, and managing containerized applications.
Docker
A platform for building, shipping, and running applications in lightweight, isolated containers.
Runbook
A documented set of standardized procedures for handling routine operations and incident response in production systems.
Containerization
A lightweight virtualization method that packages applications with their dependencies into isolated, portable containers.
YAML
A human-readable data serialization language commonly used for configuration files in DevOps tools and applications.
Monitoring
The practice of collecting, analyzing, and alerting on system metrics and logs to ensure application health and performance.
View All DevOps Terms โ†’