Sign inSign up

mjanduda/bosh-test

By mjanduda

Updated almost 11 years ago

Image
0

888

mjanduda/bosh-test repository overview

Docker BOSH-Test Container

Building

./build-in-vagrant.sh
vagrant ssh

docker push mjanduda/bosh-test

Usage

You can use this small bash snippet to test your bosh deployments with a CI system like Bamboo:

#!/bin/bash
set -e
set -x

docker pull mjanduda/bosh-test
docker run \
    -v "`pwd`:/bosh-environment:ro" \
    --rm=true \
    mjanduda/bosh-test
    bash -lc "bosh-foo.sh"

Tag summary

Content type

Image

Digest

sha256:26caaa057

Size

256.4 MB

Last updated

almost 11 years ago

docker pull mjanduda/bosh-test