Docker image build in Cluster (#327)

* * image build in cluster now
  use InitContainer to do the image building inside pods, which invoke
  docker again node's docker daemon
* create a docker build image tool fx/contrib/docker_packer
* clean up no need env in GitHub action workflow
* bump version
This commit is contained in:
Minghe
2019-10-16 23:37:52 +08:00
committed by GitHub
parent 1cb68766f7
commit 047fac2a0a
31 changed files with 577 additions and 131 deletions

2
fx.go
View File

@@ -15,7 +15,7 @@ import (
"github.com/urfave/cli"
)
const version = "0.7.4"
const version = "0.7.5"
var cfg *config.Config