Caio1982 Docker Registry Charm

Channel Revision Published Runs on
latest/stable 1 18 Mar 2021
Ubuntu 16.04 Ubuntu 14.04
juju deploy caio1982-docker-registry-charm
Show information

Platform:

Ubuntu
16.04 14.04

Learn about configurations >

  • install_from_upstream | boolean

    Default: True

    Force it to workaround Server/Client API mismatches

  • registry_cert | string

    A base64-encoded certificate to be used by the registry for TLS (only considered by the charm if you set registry_key too)

  • registry_config | string

    An optional base64'ed settings file for the Docker registry, see https://docs.docker.com/registry/configuration/ for all options

  • registry_htpasswd | string

    A base64-encoded htpasswd for user access to the registry (requires TLS)

  • registry_key | string

    A base64-encoded certificate key file to be used by the registry for TLS (only considered by the charm if you set registry_cert too)

  • registry_port | int

    Default: 5000

    Host port to bind the Docker registry

  • registry_tag | string

    Default: 2.6.0

    Registry tag to run