Skip to content

Commit cf8a932

Browse files
authored
Merge pull request #5 from OsiriX-Foundation/nikpap_v102
v 1.0.2
2 parents 4dc6bb0 + eea187c commit cf8a932

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Below are instruction for getting a basic instance of KHEOPS up and running. Thi
1010
4. Run the following command:
1111

1212
```shell
13-
bash <(curl -sL https://raw.githubusercontent.com/OsiriX-Foundation/KheopsOrchestration/insecure-install-v1.0.1/kheopsinstall.sh)
13+
bash <(curl -sL https://raw.githubusercontent.com/OsiriX-Foundation/KheopsOrchestration/insecure-install-v1.0.2/kheopsinstall.sh)
1414
```
1515

1616
This script will create a new directory named `kheops` in which it will download docker-compose configuration files, a keycloak realm configuration, and generate the necessary secrets.

docker/docker-compose.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ services:
9898

9999
kheops-authorization:
100100
container_name: kheopsauthorization
101-
image: osirixfoundation/kheops-authorization:v1.0.1
101+
image: osirixfoundation/kheops-authorization:v1.0.2
102102
logging:
103103
driver: json-file
104104
options:
@@ -124,7 +124,7 @@ services:
124124

125125
kheops-authorization-metricbeat:
126126
container_name: kheopsauthorizationmetricbeat
127-
image: osirixfoundation/kheops-authorization-metricbeat:v1.0.1
127+
image: osirixfoundation/kheops-authorization-metricbeat:v1.0.2
128128
env_file: docker-compose.env
129129
environment:
130130
- KHEOPS_INSTANCES=kheops
@@ -136,7 +136,7 @@ services:
136136

137137
kheops-filebeat-sidecar:
138138
container_name: kheopsfilebeatsidecar
139-
image: osirixfoundation/kheops-filebeat-sidecar:v1.0.1
139+
image: osirixfoundation/kheops-filebeat-sidecar:v1.0.2
140140
environment:
141141
- KHEOPS_INSTANCES=kheops
142142
- KHEOPS_LOGSTASH_URL=logstash:5044
@@ -155,7 +155,7 @@ services:
155155

156156
kheops-zipper:
157157
container_name: kheopszipper
158-
image: osirixfoundation/kheops-zipper:v1.0.1
158+
image: osirixfoundation/kheops-zipper:v1.0.2
159159
logging:
160160
driver: json-file
161161
options:
@@ -169,14 +169,14 @@ services:
169169

170170
kheops-ui:
171171
container_name: kheopsui
172-
image: osirixfoundation/kheops-ui:v1.0.1
172+
image: osirixfoundation/kheops-ui:v1.0.2
173173
env_file: docker-compose.env
174174
networks:
175175
- frontend_network
176176

177177
kheops-dicomweb-proxy:
178178
container_name: kheopsdicomwebproxy
179-
image: osirixfoundation/kheops-dicomweb-proxy:v1.0.1
179+
image: osirixfoundation/kheops-dicomweb-proxy:v1.0.2
180180
logging:
181181
driver: json-file
182182
options:
@@ -190,7 +190,7 @@ services:
190190
- kheops_network
191191

192192
kheops-reverse-proxy:
193-
image: osirixfoundation/kheops-reverse-proxy:v1.0.1-insecure
193+
image: osirixfoundation/kheops-reverse-proxy:v1.0.2-insecure
194194
container_name: kheopsreverseproxy
195195
env_file: docker-compose.env
196196
volumes:
@@ -214,7 +214,7 @@ services:
214214
pacs-authorization-proxy:
215215
container_name: pacsauthorizationproxy
216216
env_file: docker-compose.env
217-
image: osirixfoundation/pacs-authorization-proxy:v1.0.1
217+
image: osirixfoundation/pacs-authorization-proxy:v1.0.2
218218
volumes:
219219
- logs_pep:/var/log/nginx
220220
logging:

kheopsinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ then
1414
exit 1
1515
fi
1616

17-
download_branch="insecure-install-v1.0.1"
17+
download_branch="insecure-install-v1.0.2"
1818
downloadURI="https://raw.githubusercontent.com/OsiriX-Foundation/KheopsOrchestration/$download_branch"
1919

2020
secretpath="kheops/secrets"

0 commit comments

Comments
 (0)