Skip to content

docker/30.0.0-rc.3

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

Release Notes

Improvements

See https://github.com/cloudfoundry-community/docker-boshrelease/pull/79 for status of v30 work

Deployment

Deployment manifest snippet:

releases:
- name: docker
  version: 30.0.0-rc.3
  url: https://github.com/cloudfoundry-community/docker-boshrelease/releases/download/v30.0.0-rc.3/docker-30.0.0-rc.3.tgz
  sha1: 2cbd5d0a9cfdfacede55d0231a75893f824f32dd

Or bosh2 operator patch file:

- type: replace
  path: /releases/name=docker
  value:
    name: docker
    version: 30.0.0-rc.3
    url: https://github.com/cloudfoundry-community/docker-boshrelease/releases/download/v30.0.0-rc.3/docker-30.0.0-rc.3.tgz
    sha1: 2cbd5d0a9cfdfacede55d0231a75893f824f32dd

Usage

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

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

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

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

Jobs

Packages