Skip to content

docker/30.1.3

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

Release Notes

Reverts

This release supports older BOSH directors that do not yet support -%> erb in templates. Thanks @svennela ! [PR 84]

Deployment

Deployment manifest snippet:

releases:
- name: docker
  version: 30.1.3
  url: https://github.com/cloudfoundry-community/docker-boshrelease/releases/download/v30.1.3/docker-30.1.3.tgz
  sha1: bd6f68b9981453fbc72f50c15119f16663f27bad

Or bosh2 operator patch file:

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

Usage

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

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

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

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

Jobs

Packages