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:
2024-03-10 16:17:50 -07:00
parent 2ffc3c408a
commit a424394109
13506 changed files with 1860172 additions and 6 deletions
@@ -0,0 +1,36 @@
<?php
return [
"memorised_reports" => "Memorised Reports",
"days_drugs_outta_stock" => "Days When Psychotropic Drugs Where Out Of Stock Report",
"dashboard" => "Dashboard",
"report" => "Report",
"date_from" => "Date From",
"date_to" => "Date To",
"search" => "Search",
"showing_drugs_outta_stock" => "Showing drugs out of stock from",
"to" => "to",
"drug_name" => "Drug Name",
"number_of_days" => "Number of Days",
"no_drugs_outta_stock" => "No psychotropic drugs were out of stock in this period",
"mental_health_reports" => "Mental Health Reports",
"diagnosed_patients" => "Diagnosed Patients",
"total" => "Total",
"diagnosed_patients_treatment_report" => "Diagnosed Patients With Treatments Report",
"diagnosis_name" => "Diagnosis Name",
"patients_with_diagnosis" => "Patients With Diagnosis",
"patients_with_treatment" => "Patients With Treatment",
"patients_with_no_treatment" => "Patients With No Treatment",
"follow_up_drop_out_rate_report" => "Follow Up Drop Out Rate Report",
"drop_out_rate" => "Drop Out Rate",
"patients_followed_up" => "Patients Followed Up",
"patients_lost" => "Patients Lost",
"patients_to_follow_up" => "Patients To Follow Up",
"no_follow_ups_lost" => "No follow ups were lost in this period",
"select_patient" => "Select Patient",
"follow_up_date" => "Follow Up Date",
"date_created" => "Date Created",
"patient_name" => "Patient Name",
"treatments_report" => "Treatments Report",
"showing_results_from" => "Showing results from",
];