Skip to content

winc/0.4.0

You can find the source of this version on GitHub at cloudfoundry-incubator/winc-release. It was created based on the commit 738533c.

Release Notes

  • winc-network will configure container network adapter with same MTU as active host network adapter if not configured via bosh property (or set to “0”).
  • Fixed a bug where processes within containers were able to communicate with other containers in the cell.

Usage

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

- name: "winc"
  version: "0.4.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/winc-release?v=0.4.0"
  sha1: "2e91aaa8cb6d0b678e07fd4d8718c46f9b2bb0f1"

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

bosh upload-release --sha1 2e91aaa8cb6d0b678e07fd4d8718c46f9b2bb0f1 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/winc-release?v=0.4.0"

Jobs

Packages