Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Updater service #24

Open
tiero opened this issue Oct 30, 2023 · 1 comment
Open

Updater service #24

tiero opened this issue Oct 30, 2023 · 1 comment
Assignees

Comments

@tiero
Copy link
Contributor

tiero commented Oct 30, 2023

Add a simple service that takes care to poll the versions.json as the source of truth for the latest version of the services to be "stable".

The service should

  • expose an endpoint to give the currently running version and the new ones with a newer version for each service.
  • expose an endpoint to trigger a docker pull (and also restart?) on the latest images.

Optionally we can pass an AUTO_UPDATE=all|patch|minor|major env var to automatically update to the latest version based on SemVer (it can be exported by the installer script of prem-box after asking user)

@casperdcl
Copy link

alternative: bit-gpt/app#458

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants