Skip to content

mrsvan/google-cloud-sdk-app-engine-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-cloud-sdk-app-engine-java

GitHub License GitHub Contributors GitHub closed pull requests GitHub pull requests GitHub closed issues GitHub pull requests

A very rudimentary maven container with google-cloud-skd-app-engine-java installed.

This container is very useful for building GAE applications using the latest appengine-maven-plugin:

<dependency>
    <groupId>com.google.cloud.tools</groupId>
    <artifactId>appengine-maven-plugin</artifactId>
    <version>1.1.0-beta</version>
</dependency>

Before you can use the plugin to upload your GAE app, you need to configure the authentication:

echo $DEPLOY_KEY_FILE_PRODUCTION > .gitlab-ci.keyfile.json
gcloud auth activate-service-account --key-file .gitlab-ci.keyfile.json

Docker Build Status Docker Automated build Docker Pulls Docker Strars

This dockerfile is originally published to the docker repository: https://hub.docker.com/r/mrsvan/google-cloud-sdk-app-engine-java/

About

Dockerfile for building a maven based container with google-cloud-sdk-app-engine-java

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors