Artifactory YAML File Format

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

The YAML file is constructed with keys and entities, using the following format:

key: [entity]

For example:

localRepositories: #Local repositories configuration
     docker-local: #The local repository name
          type: docker #The package type
          ...
...