vvakame / Docker-circleci-gaego

GAE/Go + Node.js environment for Circle CI 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Image of GAE/Go Standard Environment + Node.js for Circle CI 2.0

docker hub

example project

Motivation

I'm using GAE/Go & Angular for building web app. Circle CI 2.0 official image are only for 1 language.

What environment include to this images

  • Google Cloud SDK
  • GAE/Go Standard Environment SDK
  • Go environment
  • Node.js environment via nodebrew
  • Browser
    • Google Chrome (stable)

Path structure

  • GOPATH /go
  • Work space of tools setup /work

NOTE for go111 runtime testing

If you want to use Cloud Datastore Emulator instead of Old SQLite Datastore backend. see below issues.

https://issuetracker.google.com/issues/119212211 golang/appengine#173

About

GAE/Go + Node.js environment for Circle CI 2.0


Languages

Language:Dockerfile 100.0%