Skip to content

Commit 7783358

Browse files
authored
Merge pull request #32 from mozzy11/main
tag i mages correctly in the ziped compose file
2 parents 0f8b93d + b93e159 commit 7783358

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For offline Installtion,where theres no Intenet acess,
4949

5050
./run.sh
5151

52-
1. For Upgrading OpenELIS-Global2 with an existing docker installer ,only Load the images in the new docker installer and re-satrt Global Global containers in your existing old Docker installer
52+
1. For Upgrading OpenELIS-Global2 with an existing docker installer ,only Load the images form the new docker installer with the following command, update the image tags to the new docker installer version and re-satrt Global Global containers in your existing old Docker installer
5353

5454
./upgrade.sh
5555

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ createLinuxInstaller() {
3131
cp ./install/run.sh ${INSTALLER_CREATION_DIR}/${installerName}/run.sh
3232
cp ./install/upgrade.sh ${INSTALLER_CREATION_DIR}/${installerName}/upgrade.sh
3333
cp docker-compose.yml ${INSTALLER_CREATION_DIR}/${installerName}/docker-compose.yml
34+
sed -i "s/:latest/:${dockerVersion}/g" ${INSTALLER_CREATION_DIR}/${installerName}/docker-compose.yml
3435
cp -r volumes/* ${INSTALLER_CREATION_DIR}/${installerName}/volumes
3536
cp OpenELIS-Global_DockerImage.tar.gz ${INSTALLER_CREATION_DIR}/${installerName}/dockerImage/OpenELIS-Global_DockerImage.tar.gz
3637
cp Postgres_DockerImage.tar.gz ${INSTALLER_CREATION_DIR}/${installerName}/dockerImage/Postgres_DockerImage.tar.gz

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666

6767
oe.openelis.org:
6868
container_name: openelisglobal-webapp
69-
image: itechuw/openelis-global-2:develop
69+
image: itechuw/openelis-global-2:latest
7070
platform: linux/amd64
7171
depends_on:
7272
- db.openelis.org
@@ -101,7 +101,7 @@ services:
101101

102102
fhir.openelis.org:
103103
container_name: external-fhir-api
104-
image: itechuw/openelis-global-2-fhir:develop
104+
image: itechuw/openelis-global-2-fhir:latest
105105
platform: linux/amd64
106106
ports:
107107
- "8081:8080"
@@ -132,7 +132,7 @@ services:
132132

133133

134134
frontend.openelis.org:
135-
image: itechuw/openelis-global-2-frontend:develop
135+
image: itechuw/openelis-global-2-frontend:latest
136136
container_name: openelisglobal-front-end
137137
platform: linux/amd64
138138
networks:
@@ -143,7 +143,7 @@ services:
143143
tty: true
144144

145145
proxy:
146-
image: itechuw/openelis-global-2-proxy:develop
146+
image: itechuw/openelis-global-2-proxy:latest
147147
container_name: openelisglobal-proxy
148148
platform: linux/amd64
149149
ports:

0 commit comments

Comments
 (0)