cloudfoundry-community / windows-stemcell-concourse

Provides tasks to take a Windows ISO and transform to a Windows stemcell for Cloud Foundry, in VSphere.
MIT License
13 stars 6 forks source link

Bake GOVC into the base container image #21

Closed sneal closed 4 years ago

sneal commented 4 years ago

This removes the need to download govc from github as part of every build and bake it into the container the build uses. This simplifies the build pipeline and makes offline scenarios simpler.

Govc initialization is now explicit so that the govc.sh file could be sourced without side effects. This will make is easier to test functions in the future.