./build-in-vagrant.sh
vagrant ssh
docker push mjanduda/bosh-test
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"
Content type
Image
Digest
sha256:26caaa057…
Size
256.4 MB
Last updated
almost 11 years ago
docker pull mjanduda/bosh-test