mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 00:55:14 +00:00
Try to migrate to GCP buildpacks
- use Go modulesa - support paths in repos, since GCP samples are in subdirs - use curl to fetch archives instead of wget, since GCP builder doesn't have wget - remove -helpers=true which GCP buildpacks don't support /lifecycle/exporter fails because GCR auth helper isn't setup, possibly because -helpers isn't around anymore?
This commit is contained in:
parent
7f6572d0a2
commit
11f3b02add
7 changed files with 62 additions and 421 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module github.com/imjasonh/kontain.me
|
||||
|
||||
go 1.14
|
||||
Loading…
Add table
Add a link
Reference in a new issue