项目作者: ddgenome

项目描述 :
Docker build of google-cloud-sdk for arm23v7
高级语言: Shell
项目地址: git://github.com/ddgenome/gcloud-arm32v7.git
创建时间: 2018-01-29T02:55:51Z
项目社区:https://github.com/ddgenome/gcloud-arm32v7

开源协议:

下载


gcloud-arm32v7

Build Status

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.

Using

You can run this image directly:

  1. $ 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

  1. FROM ddgenome/gcloud-arm32v7:VERSION

replacing VERSION with the version you want to run.

Building

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.