mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 11:41:31 +00:00
Build modified streamline images
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
This commit is contained in:
+191
@@ -0,0 +1,191 @@
|
||||
[
|
||||
{
|
||||
"id": 0,
|
||||
"name": "test0",
|
||||
"price": "$0",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "test1",
|
||||
"price": "$1",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "test2",
|
||||
"price": "$2",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "test3",
|
||||
"price": "$3",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "test4",
|
||||
"price": "$4",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "test5",
|
||||
"price": "$5",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "test6",
|
||||
"price": "$6",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "test7",
|
||||
"price": "$7",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "test8",
|
||||
"price": "$8",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "test9",
|
||||
"price": "$9",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "test10",
|
||||
"price": "$10",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "test11",
|
||||
"price": "$11",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"name": "test12",
|
||||
"price": "$12",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"name": "test13",
|
||||
"price": "$13",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"name": "test14",
|
||||
"price": "$14",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"name": "test15",
|
||||
"price": "$15",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"name": "test16",
|
||||
"price": "$16",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"name": "test17",
|
||||
"price": "$17",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"name": "test18",
|
||||
"price": "$18",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"name": "test19",
|
||||
"price": "$19",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"name": "test20",
|
||||
"price": "$20",
|
||||
"column1": "c10",
|
||||
"column2": "c20",
|
||||
"column3": "c30",
|
||||
"column4": "c40"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user