Skip to content

garden-runc/1.9.0

You can find the source of this version on GitHub at cloudfoundry-incubator/guardian-release. It was created based on the commit 3f4312b5.

Release Notes

Resolves a problem where after multiple invocations of Attach some output would be lost. Also fixes private image support for various non-docker docker registries.

Major Fixes:

  • Fixes calls to the docker /v2 endpoints, this was previously breaking support for private images in various registries ECR (AWS EC2 Container Registry), GCR (Google Container Registry) and JFrog Artifactory.
  • Multiple invocations of Attach no longer lose output (#144412999 )

Minor Fixes:

Changed Bosh Properties:

  • The http_proxy property is now properly escaped before being used (#147667115)
  • The garden_windows job now exposes various new flags (we will start listing these when Windows is officially supported).

Usage

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

- name: "garden-runc"
  version: "1.9.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=1.9.0"
  sha1: "2866cf333a4cf7e2026bd307e8f3c39a79fe7f78"

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

bosh upload-release --sha1 2866cf333a4cf7e2026bd307e8f3c39a79fe7f78 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=1.9.0"

Jobs

Packages