Files
streamline-emr/config.json
T
alec.turner 6d26a3abcf reset data for 2.1 installations unless running on STRLTEST
A second condition is checked for when determining whether demo data must be
reset; if version '2.1' of the app is installed and the target is not node
STRLTEST, data will be reset. Note that the version must be exactly '2.1', not
'2.1*'. The updated version will be '2.1.1'

This commit is added to handle an issue with a previously deployed version where
the incorrect install script was included. Node STRLTEST was manually fixed and
new data added to the database, leading to the need for this exception.
2025-01-23 09:49:35 -08:00

14 lines
279 B
JSON

{
"name": "streamline-emr",
"org": "streamline",
"version": "2.1.1",
"platforms": [
"linux/arm64"
],
"images": {
"linux/arm64": {
"registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/arm64:v2.1": "streamline-emr:latest"
}
}
}