Hi,
When we list components (i.g. gcloud components list --show-version) it shows the installed and the latest versions available.
How to install old component version?
Some background on why we need to install old component versions.
We build images using packer and upload them to gcloud.
These images are used to create jenkins slaves on demand, these jenkins slaves are used to build and deploy apps to appengine and have several types of software (.i.g. docker, rvm, jruby, maven,...).
We need to install old components version, to have the guarantee that we aren't going to brake the jenkins job when updating an image (the most frequent changes aren't the upgrade of gcloud).
Best regards