18F / cloud-foundry-cli

Docker image for running the Cloud Foundry CLI
https://hub.docker.com/r/18fgsa/cloud-foundry-cli/
1 stars 2 forks source link

[wip] Add auto-downloads from Autopilot and Antifreeze; #12

Open rogeruiz opened 6 years ago

rogeruiz commented 6 years ago

This addresses 18f/cloud-foundry-cli#5 by downloading the binaries directly from the GitHub releases page.

rogeruiz commented 6 years ago

Still need to test this, but this is a good start to auto-downloading the latest plugin on docker build.

adborden commented 6 years ago

On Tue, 2018-08-21 at 10:27 -0700, Roger Steve Ruiz notifications@github.com wrote:

would we be worried about hitting any rate limits if we do it that way? @adborden

I don't think so, since these requests only happen at build time.

-- Aaron D Borden Human and Hacker