Introduction

ARTIFACTORY: How to build a docker build using Azure DevOps and push it to Artifactory

AuthorFullName__c
Swarnendu Kayal
articleNumber
000005291
ft:sourceType
Salesforce
FirstPublishedDate
2022-05-26T15:26:23Z
lastModifiedDate
2022-05-26
VersionNumber
4
Azure DevOps is a CI/CD tool by which we can build multiple package types. In this KB article, we will discuss a docker build. The docker build has four steps -
  1. Pull a docker image using docker registry. In this case, it is Artifactory.
  2. Build a docker image using the image that we have pulled.
  3. Push the image to the Artifactory and publish the build information.
  4. Scan that build using the JFrog Xray