Skip to content

docker/30.0.0-rc.31

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

Release Notes

Improvements

TODO

Deployment

Deployment manifest snippet:

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

Or bosh2 operator patch file:

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

Usage

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

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

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

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

Jobs

Packages