You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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
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 ofprem-box
after asking user)The text was updated successfully, but these errors were encountered: