mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
v2.0 was built using a demo database that should not have been present. v2.1 uses the same application, but should start with a clean database. This change bumps the version to 2.1 and resets the database if the currently installed version is 1.* or 2.0.
14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"name": "streamline-emr",
|
|
"org": "streamline",
|
|
"version": "2.1",
|
|
"platforms": [
|
|
"linux/arm64"
|
|
],
|
|
"images": {
|
|
"linux/arm64": {
|
|
"registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/arm64:v2": "streamline-emr:latest"
|
|
}
|
|
}
|
|
}
|