Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 610 Bytes

objects_registry.md

File metadata and controls

16 lines (11 loc) · 610 Bytes

Creating Registry Secrets

Registry Secrets can be created by specifying only the needed information and letting the library take care of the correct storage of the information including Base64 encoding.

JSON Schema Elements

The hull.Registry.v1 properties

Parameter Description Default Example
server Docker Registry host address. "" myregistry.azurecr.io
username Docker Registry username. "" the_user
password Docker Registry password. "" the_pAsSwOrD

Back to README.md