Skip to content

registry job from docker-registry/2

Github source: f81c1765 or master branch

Properties

docker

cache

host

IP address of the cache host

Default
""

registry

cookie

A secret cookie used to sign state against tampering.

port

What port to run the Docker Registry v2 API on

Default
5000
root

Path (on-disk, locally) where the Docker registry should store its data

Default
/var/vcap/store/registry
ssl
cert

PEM-encoded SSL certificate for HTTPS registry operation

key

PEM-encoded private key for HTTPS registry operation

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/registry/ directory (learn more).

  • bin/ctl (from bin/ctl)
  • bin/monit_debugger (from bin/monit_debugger)
  • config/registry.conf (from config/registry.conf)
  • data/properties.sh (from data/properties.sh.erb)
  • helpers/ctl_setup.sh (from helpers/ctl_setup.sh)
  • helpers/ctl_utils.sh (from helpers/ctl_utils.sh)
  • tls/cert.pem (from tls/cert.pem)
  • tls/key.pem (from tls/key.pem)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.