jumpbox/4.1.0
You can find the source of this version on GitHub at cloudfoundry-community/jumpbox-boshrelease. It was created based on the commit 1117b0f3
.
Release Notes¶
Improvements
- New
jumpbox.env
property for setting global environment variables for all users on the jumpbox, as well as the startup script. - The jumpbox job no longer requires Internet access to complete successfully - all packages have been included as real BOSH packages.
- This release is now (mostly) stemcell agnostic – previous
reliance on
apt-get
for package management is gone.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "jumpbox" version: "4.1.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.1.0" sha1: "505e4ffd7ad7f5370b790435445f257f1b9a9619"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 505e4ffd7ad7f5370b790435445f257f1b9a9619 \ "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.1.0"