Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Type

Description

Required

docker.artifactory.enable

Boolean

Enables pulling Docker Images from Artifactory Pro Docker registry. 

Note: Verify that the  'docker.scanImages' and 'docker.pull.enable' parameter values are also set to 'true'.

Yes

docker.artifactory.url

String

Artifactory URL including http:// or https:// and contextpath (Artifactory default contextPath is “/artifactory" )
See the Artifactory HTTP Settings section.

Yes

docker.artifactory.userName

String

Username for Artifactory Pro Docker registry

Yes

docker.artifactory.userPassword

String

Password for Artifactory Pro Docker registry

Yes 

docker.artifactory.repositoriesNames

String

Repository names in Artifactory Pro Docker registry separated by a space. If the customer uses port method “docker.artifactory.dockerAccessMethod=port” and is a read-only user - the customer must add “repository port” to each repository in ‘docker.artifactory.repositoriesNames' in this format:

<repositoryName>:<repositoryPort>
For example: “docker.artifactory.repositoriesNames=docker-repository:6555”

Yes

docker.artifactory.dockerAccessMethod

String

Required when the user has read-only access.

No

Info

Parameters 'docker.scanImages' and 'docker.pull.enable' should be set to true.