What is an Artifact Repository?

Anartifact repositorymanages yourend-to-end artifact lifecycleand supports different softwarepackage management systemswhile providing consistency to yourCI/CDworkflow. It’s asourcefor artifacts needed for a build and atargetto which artifacts generated during a build process may be deployed.

Multiple developers from different sites regularly use artifacts and third-party components from different sources. This can cause testing problems to arise and, thereby, slow the pace of your releases. Layer onto this the complexity of handling dozens of different types of technologies and your software development process could well find itself being brought to a halt from time to time due to a lack of foresight and planning. That’s why a DevOps artifact repository is crucial forsensible, efficientsoftware development.


DevOps 101: Introduction to Package Management
Watch on demand

JFrog’s Artifactoryis a universal artifact repository manager that supports allmajor package formats(20+ languages including Go and Helm). It’s also integrated with allmajor build toolsandCI serverscurrently available.

There arethreetypes of repositories:

  • Local: Aphysical,locally-managedrepository into which you can deploy artifacts
  • 远程: Acaching proxyfor a repository, which is managed at a remote URL. Artifacts can be stored and updated in remote repositories according to various configuration parameters that control caching and proxying behavior. You can remove artifacts from a remote repository cache but you cannot actually deploy a new artifact into a remote repository.
  • Virtual: Anaggregatedrepository that combines both local and remote repositories under a common URL, which is used to create a controlled domain that facilitates searches and the resolution of artifacts.

Using Artifactory as your artifact repository allows you to:

  • Create fully traceable builds:Deploy your build artifacts through your CI server along withexhaustive build environment informationthat’s captured during deployment, which thereby enables you to have fully reproducible builds.
  • Search for artifacts:Artifactory’s search function providestrue, real-time resultsthat always reflect the current state of your repositories. Quick searches can be conducted according to the file name of an artifact, package format, artifacts within specific archives, or based on the names and values of properties assigned to given artifacts.
  • Manipulate artifacts:To maintain repositories that areconsistent and coherentwith package clients, Artifactory allows you to move, copy, and delete artifacts, after which correspondingmetadata descriptors(such as Maven, RubyGems, npm, and many more) areimmediately and automaticallyupdated to reflect these changes