Skip to content

partumgmbh/docker-gcp-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

GCP Pipeleine Docker

Docker image that can be used for build/release pipelines of Google Cloud Platform. The image is built on top of the base google/cloud-sdk:latest image and contains the following:

Usage

FROM partumgmbh/gcp-pipeline

# Setup `gcloud` using the preset service account file contents from `GCLOUD_SERVICE_KEY_FILE`
# Make sure to give the right access to the service account file based on the deployment needs
RUN gcloud auth activate-service-account --key-file $GCLOUD_SERVICE_KEY_FILE

# Setup token for enabling firebase deployments
RUN export GOOGLE_APPLICATION_CREDENTIALS="$GCLOUD_SERVICE_KEY_FILE"

# Run any `gcloud` or `firebase` related commands
# Additionally you can run any `node` or `npm` commands

About

Docker image for GCP deployments

Resources

License

Stars

Watchers

Forks

Packages

No packages published