Docker build of google-cloud-sdk for arm23v7
Docker image of Google Cloud SDK providing the gcloud
and gsutil
binaries for arm32v7/armhf. The image is based on
resin/rpi-raspbian:jessie and installs google-cloud-sdk
from the Google Cloud SDK APT repository.
You can run this image directly:
$ docker run -it --rm ddgenome/gcloud-arm32v7:VERSION
or build a new image from it by using it as the FROM
image in your
Dockerfile
FROM ddgenome/gcloud-arm32v7:VERSION
replacing VERSION
with the version you want to run.
This image is build on Travis CI. To build this ARM Docker
image on x86 infrastructure, QEMU is used. See Setup a
simple CI pipeline to build Docker images for ARM for more details.