https://github.com/cloudfoundry-incubator/spiff
100K+
Installs spiff.
It uses alpine linux image as base and deploys statically compiled spiff release which runs directly.
spiff processes manifest files. To make them available to spiff inside the container, they must be mounted via one or several volumes.
$ cd spiff
$ docker build -t spiff .
or
$ rake build:spiff
$ docker run -v /path/to/local/manifests:/manifests spiff spiff merge /manifests/base-manifest.yml /manifests/stub.yml
$ docker run -v /path/to/local/manifests:/manifests orangecloudfoundry/spiff spiff merge /manifests/base-manifest.yml /manifests/stub.yml
Content type
Image
Digest
sha256:21ff9a2dd…
Size
7.4 MB
Last updated
about 4 years ago
docker pull orangecloudfoundry/spiff