Skip to content

docker/30.0.0-rc.7

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

Release Notes

Improvements

Since v30.0.0-rc.3:

Deployment

Deployment manifest snippet:

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

Or bosh2 operator patch file:

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

Usage

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

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

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

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

Jobs

Packages