Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ukiyo components #1

Open
rajikaimal opened this issue Apr 2, 2020 · 0 comments
Open

Ukiyo components #1

rajikaimal opened this issue Apr 2, 2020 · 0 comments

Comments

@rajikaimal
Copy link
Member

Idea

  • ukiyo will act as a watcher for docker containers. It will run alongside with the other running containers and will be responsible for automatic updates. Updates will be based on push based model compared to existing solutions such as watchtower and ouroboros

  • Push events will be recived from ukiyo via webhooks. Docker registries provide webhooks to subscribe and listen to image changes. Locally running images will change only after such an event is received by ukiyo.

  • Pull based model can be implemented as an optional way of updating the running containers.

Components

  • Container manager
  • Push manager (webhooks configuration)
  • OPTIONAL - Pull based update implementation

Execution modes

Two modes of execution

  • As a container running alongside other containers (Should mount docker.sock to run docker commands inside the ukiyo docker container)
  • As a standalone executable

Language

  • Go lang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant