Skaffold Jib
2020-03-01 211浏览
- 1.Skaffold for Java Continuous Development for Kubernetes github.com/GoogleContainerTools/skaffol d
- 2.Skaffold github.com/GoogleContainerTools/skaffold
- 3.Cloud Tools for Java Qingyang “Q” Chen @coollog Appu Goundan @loosebazooka
- 4.Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing and deploying your application. It can also be used in an automated context such as a CI/CD pipeline to leverage the same workflow and tooling when moving applications to production. github.com/GoogleContainerTools/skaffold official website
- 5."Dev"
- 6.$ ./gradlew assemble Build
- 7.$ ./gradlew assemble $ docker build . -t gcr.io/co-repo/co-app:v9Containerize
- 8.$ ./gradlew assemble $ docker build . -t gcr.io/co-repo/co-app:v9'>co-app:v9