🎁 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

Runbook
A documented set of standardized procedures for handling routine operations and incident response in production systems.
Docker Compose
A tool for defining and running multi-container Docker applications using a YAML configuration file.
Containerization
A lightweight virtualization method that packages applications with their dependencies into isolated, portable containers.
Ansible
An agentless automation tool for configuration management, application deployment, and task automation using YAML playbooks.
Environment Variable
A dynamic value stored outside the application code that configures behavior without hardcoding sensitive or environment-specific data.
Git
A distributed version control system that tracks changes in source code during software development.
View All DevOps Terms →