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

Postmortem
A structured analysis conducted after an incident to understand what happened, why, and how to prevent recurrence โ€” without assigning blame.
Microservices
An architectural style where an application is composed of small, independent services that communicate over APIs.
GitHub Actions
A CI/CD platform integrated into GitHub that automates build, test, and deployment workflows using YAML configuration.
Kubernetes Secret
A Kubernetes object for storing sensitive data like passwords, tokens, and certificates, with base64 encoding and optional encryption at rest.
Grafana
An open-source analytics and visualization platform for creating dashboards from various data sources.
Container Orchestration
The automated management of containerized applications including deployment, scaling, networking, and health monitoring across clusters.
View All DevOps Terms โ†’