docker-registry/3.2.1
You can find the source of this version on GitHub at cloudfoundry-community/docker-registry-boshrelease. It was created based on the commit 080dc0ba
.
Release Notes¶
Bug Fixes
- Address
cf_release
security vulnerability. We copied some code fromcf_release
to get NFS support quickly and easily. They found (and fixed!) a vulnerability. Now we have too! Details can be found here
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "docker-registry" version: "3.2.1" url: "https://bosh.io/d/github.com/cloudfoundry-community/docker-registry-boshrelease?v=3.2.1" sha1: "f645c954bec30771ccbbfc08c1a401471aed1057"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 f645c954bec30771ccbbfc08c1a401471aed1057 \ "https://bosh.io/d/github.com/cloudfoundry-community/docker-registry-boshrelease?v=3.2.1"