From the course: DevOps Foundations: Continuous Delivery/Continuous Integration

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Artifact repositories in action

Artifact repositories in action

From the course: DevOps Foundations: Continuous Delivery/Continuous Integration

Start my 1-month free trial

Artifact repositories in action

- [Instructor] Hello and welcome back. If you're not experienced with builds, you may be wondering, but what exactly is an artifact repository and how do you use it? In this video, I'll demonstrate a common open source artifact repository called Nexus Repository Manager 3. It has a commercial pro version, but we'll just be using the free version in this course. There are other options that support a variety of formats. Artifactory is a popular commercial product available in both on premise and hosted versions. And Apache Archiva is another open source alternative. Of course, if you just need one artifact format supported setting up your own or using someone else's Debian repository, Docker registry, et cetera, is always an option. I like being able to store a variety of artifacts in one place though. Let's start our build system up again by running it's Docker compose file. So here you can see that I also have a Nexus…

Contents