Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsuru/deploy-agent
Agent responsible for running deployment in application containers.
https://github.com/tsuru/deploy-agent
hacktoberfest
Last synced: 3 days ago
JSON representation
Agent responsible for running deployment in application containers.
- Host: GitHub
- URL: https://github.com/tsuru/deploy-agent
- Owner: tsuru
- License: bsd-3-clause
- Created: 2015-09-09T20:32:40.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T13:42:03.000Z (about 1 month ago)
- Last Synced: 2024-10-31T05:34:56.346Z (14 days ago)
- Topics: hacktoberfest
- Language: Go
- Homepage:
- Size: 6.04 MB
- Stars: 11
- Watchers: 11
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deploy-agent v2
Deploy agent helps Tsuru (API) with the tough task of inspecting, building, and pushing Tsuru app images to the container registry.
The current version (v2) does it in a special way which makes Tsuru agnostic of container runtime APIs.
It exposes a well-defined API over a gRPC service that translates all Tsuru operations to Buildkit service - but is not limited to it, e.g. it may be extended to support other build services like [Google Cloud Build][Cloud Build], [kaniko][kaniko], whatever.[Cloud Build]: https://cloud.google.com/build
[kaniko]: https://github.com/GoogleContainerTools/kaniko