Skip to content

hemanth7787/Cloudbuild-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Container Builder / Cloudbuild zip tool

zip tool for google Container Builder

To use in your project step

sudo docker build -t gcr.io/[PROJECT_ID]/zip-tool
sudo gcloud docker -- push gcr.io/[PROJECT_ID]/zip-tool

Add below step in you cloudbuild.yaml

steps:
- name: 'gcr.io/[my-project-id]/zip-tool'
  args: [ '-x', '/.git*', '-r', 'zipfile.zip', '.']

Refer examples/cloudbuild.yaml for build step details

About

zip tool for google Cloudbuild

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published