docker-registry/3.2.3
You can find the source of this version on GitHub at cloudfoundry-community/docker-registry-boshrelease. It was created based on the commit 0057fe3e
.
Release Notes¶
Improvements
- Default to binding loopback / 127.0.0.1 for the registry if no explicit binding IP is specified. This makes the default deployment more secure, and ensures that if you are fronting with a colocated BOSH release providing something like nginx, that you don’t have a side-door for bypassing that.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "docker-registry" version: "3.2.3" url: "https://bosh.io/d/github.com/cloudfoundry-community/docker-registry-boshrelease?v=3.2.3" sha1: sha256:
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1=sha256: \ "https://bosh.io/d/github.com/cloudfoundry-community/docker-registry-boshrelease?v=3.2.3"