Skip to content

docker/30.0.0-rc.21

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

Release Notes

Improvements

TODO

Deployment

Deployment manifest snippet:

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

Or bosh2 operator patch file:

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

Usage

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

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

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

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

Jobs

Packages