docker-registry/3.2.0
You can find the source of this version on GitHub at cloudfoundry-community/docker-registry-boshrelease. It was created based on the commit 63b4c712
.
Release Notes¶
(note: this is a re-release of 3.1.0, because of Concourse. 3.1.0 exists as a BOSH release, but was not made available via Github/S3)
Improvements
- Upgrade to Docker Registry v2.5.0
- Incorporate numerous changes and upgrades from @jriguera
- Switch to running builds via the CI pipeline at http://ci.vsphere.starkandwayne.com/teams/main/pipelines/docker-registry-boshrelease
- New
smoke-tests
errand job, for running verifications tests against a deployed Docker Registry
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "docker-registry" version: "3.2.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/docker-registry-boshrelease?v=3.2.0" sha1: "9d59e6b3402033eb8b30c4d716c8e84e333ed5fa"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 9d59e6b3402033eb8b30c4d716c8e84e333ed5fa \ "https://bosh.io/d/github.com/cloudfoundry-community/docker-registry-boshrelease?v=3.2.0"