Artifactory YAML File Format

The YAML file is constructed with keys and entities, using the following format: key: [entity]

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
          ...
...