Skip to content

docker/30.1.0

You can find the source of this version on GitHub at cf-platform-eng/docker-boshrelease. It was created based on the commit 70eb031.

Release Notes

Improvements

cf-containers-broker job: * Binding credentials now include both host and hostname (previously was only the latter).

Deployment

Deployment manifest snippet:

releases:
- name: docker
  version: 30.1.0
  url: https://github.com/cloudfoundry-community/docker-boshrelease/releases/download/v30.1.0/docker-30.1.0.tgz
  sha1: bcc2e859836415c37b5a668eff5d17761e5321b5

Or bosh2 operator patch file:

- type: replace
  path: /releases/name=docker
  value:
    version: 30.1.0
    url: https://github.com/cloudfoundry-community/docker-boshrelease/releases/download/v30.1.0/docker-30.1.0.tgz
    sha1: bcc2e859836415c37b5a668eff5d17761e5321b5

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "docker"
  version: "30.1.0"
  url: "https://bosh.io/d/github.com/cf-platform-eng/docker-boshrelease?v=30.1.0"
  sha1: "3aac96d260528dcdc94d0216c6211b08076aedfe"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 3aac96d260528dcdc94d0216c6211b08076aedfe \
  "https://bosh.io/d/github.com/cf-platform-eng/docker-boshrelease?v=30.1.0"

Jobs

Packages