Skip to main content

Registry YAML Specification

potctl allows users to manage a Controller's list of registries. To learn more about registries, please see microservice registry documentation.

The registry has a very simple definition

apiVersion: datasance.com/v3
kind: Registry
spec:
url: registry.hub.docker.com # This will create a registry that can download your private docker hub images
username: john
password: q1u45ic9kst563art
email: user@domain.com
requiresCert: false
certificate: ''
FieldDescription
urlRegistry url
usernameUsername
passwordPassword
emailEmail
certificate(Optional) Certificate to be used by the registry
requiresCert(Optional) Does the repository requires a certificate