Sign inSign up

martyca/cf_tools

By martyca

Updated almost 9 years ago

Alpine image with curl, cf-cli, bosh, fly-cli, jq.

Image
0

10K+

martyca/cf_tools repository overview

Small image (69.8MB) containing basic tools used to manage Cloud Foundry.

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

Tag summary

Content type

Image

Digest

Size

24.2 MB

Last updated

almost 9 years ago

docker pull martyca/cf_tools