Alpine image with curl, cf-cli, bosh, fly-cli, jq.
10K+
Primarily intended for use with concourse-ci.
cf-cli 6.32 bosh 2.0.42 fly-cli 3.5.0 curl 7.56.0 jq 1.5
for a quick version check run:
docker run cf_tools /bin/cf_versions
If you don't trust images created by other people (and think about it, maybe you shouldn't.), heres the Dockerfile i used to create it:
FROM alpine MAINTAINER Martin Caarels ADD ./bin /bin RUN apk add --no-cache bash curl
./bin contains the binaries cf, fly, bosh, cf_versions
Content type
Image
Digest
Size
24.2 MB
Last updated
almost 9 years ago
docker pull martyca/cf_tools