class Minke::Config::DockerRegistrySettings

DockerRegistrySettings encapsulates the settings related to the docker registry

Attributes

email[RW]

email to use when logging into a docker registry.

Optional
namespace[RW]

namespace to use when tagging an image for the docker registry.

Required
password[RW]

password to use when logging into a docker registry.

Optional
url[RW]

url of the docker registry to use.

Optional
user[RW]

user to use when logging into a docker registry.

Optional