1
0
Fork 0
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:
Jason Hall 2020-05-29 17:59:22 -04:00
parent 7f6572d0a2
commit 11f3b02add
7 changed files with 62 additions and 421 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/imjasonh/kontain.me
go 1.14