Merge pull request #92 from priyawadhwa/default
Set default build context to /workspace
This commit is contained in:
		
						commit
						c11550c09e
					
				|  | @ -43,7 +43,7 @@ var ( | |||
| 
 | ||||
| func init() { | ||||
| 	RootCmd.PersistentFlags().StringVarP(&dockerfilePath, "dockerfile", "f", "Dockerfile", "Path to the dockerfile to be built.") | ||||
| 	RootCmd.PersistentFlags().StringVarP(&srcContext, "context", "c", "", "Path to the dockerfile build context.") | ||||
| 	RootCmd.PersistentFlags().StringVarP(&srcContext, "context", "c", "/workspace/", "Path to the dockerfile build context.") | ||||
| 	RootCmd.PersistentFlags().StringVarP(&bucket, "bucket", "b", "", "Name of the GCS bucket from which to access build context as tarball.") | ||||
| 	RootCmd.PersistentFlags().StringVarP(&destination, "destination", "d", "", "Registry the final image should be pushed to (ex: gcr.io/test/example:latest)") | ||||
| 	RootCmd.PersistentFlags().StringVarP(&snapshotMode, "snapshotMode", "", "full", "Set this flag to change the file attributes inspected during snapshotting") | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue