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

Docker Volume
A mechanism for persisting data generated by Docker containers, surviving container restarts and removals.
Containerization
A lightweight virtualization method that packages applications with their dependencies into isolated, portable containers.
Container Registry
A storage and distribution service for container images, similar to a package repository but for Docker images.
Docker Compose
A tool for defining and running multi-container Docker applications using a YAML configuration file.
Kubernetes ConfigMap
A Kubernetes object that stores non-sensitive configuration data as key-value pairs, injected into pods as environment variables or files.
Packer
A tool for creating identical machine images for multiple platforms from a single configuration file.
View All DevOps Terms โ†’