Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

powerpro/docker-google-cloud-sdk-gae-java8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was archived on January 2, 2025 and is no longer needed.

This container is handy for a continuous integration build environment such as CircleCI.

It allows skipping the install of OpenJDK8 and appengine components for a faster build time.

It also includes Node.js and NPM for convience if you use JavaScript in your builds.

gcloud components:

  • beta
  • app-engine-java
  • pubsub-emulator

See also:

Getting started

CircleCI

Point to this image name in .circleci/config.yml.

version: 2
jobs:
  build:
    docker:
      - image: powerpro/google-cloud-sdk-gae-java8:latest

Pull the image locally

Try out gcloud command usage.

$ docker pull powerpro/google-cloud-sdk-gae-java8
$ docker run -t google-cloud-sdk-gae-java8 gcloud

OR open a Bash shell

$ docker run -it --rm google-cloud-sdk-gae-java8 bash

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.1%
  • Dockerfile 27.9%