This is a layer on top of the default CircleCI Ruby image that includes Google
cloud gcloud
utilities installed.
If you want to modify the container or run it locally you can use the following commands.
docker build -t rhomel/ruby-gcloud:[OPTIONAL_TAG] .
Example:
docker build -t rhomel/ruby-gcloud:2.4.4-jessie .
To open a shell in the container:
docker run -it rhomel/ruby-gcloud:2.4.4-jessie /bin/bash
You may omit the tag (2.4.4-jessie
) to default to latest
.