Skip to content

kallsbo/cloud-builders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-builders

Google Cloud build Docker containers to be used in your build chain. Check each subfolder for more information on how to use the builder step.

Builders

Name Type Description Additional info
electron-builder Package builder Build distrubution packages for ElectronJS apps
firebase_node Unit-test & deploy NPM, JRE and Firebase tools to be used for unit-testing and deploy to Firebase https://hackviking.com/2020/11/10/firebase-unit-testing-firestore-rules/
replace-in-file Code manipulation Used for replacing text values in files during the build.
uglify-js-folder Code manipulation Used for minifying an entire folder of JS files.
uglify-js Code manipulation Used for minifying a single JS file.

Build container images

Of course you can build the containers locally to test. With the commands below they will be available via the gcr.io namespace to be used in your build chains.

Clone the repository:

git clone https://github.com/kallsbo/cloud-builders.git

Run build command in the sub folder the build step you want:

gcloud builds submit .

About

Docker containers for Google cloud build steps

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors