Skip to content

Commit

Permalink
Manifest and documentation changes for v5.3.53
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivakumar2809 committed Nov 23, 2022
1 parent 9fc954e commit d738193
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ The following software requirements are necessary to run the Bold BI Enterprise

| Tags | OS Version | Last Modified |
| ------------- | ------------- | ------------- |
| `5.2.48`, `latest` | Debian 10 (amd64,arm64) | 07/18/2022 |
| `5.2.48-alpine` | Alpine 3.13 (amd64) | 07/18/2022 |
| `5.2.48-focal` | Ubuntu 20.04 (amd64) | 07/18/2022 |
|`5.2.48-arm64`|Debian 10 (arm64)|07/18/2022
| `5.3.53`, `latest` | Debian 10 (amd64,arm64) | 07/18/2022 |
| `5.3.53-alpine` | Alpine 3.13 (amd64) | 07/18/2022 |
| `5.3.53-focal` | Ubuntu 20.04 (amd64) | 07/18/2022 |
|`5.3.53-arm64`|Debian 10 (arm64)|07/18/2022

# How to use this image
## Start a Bold BI instance
Expand Down Expand Up @@ -80,7 +80,7 @@ docker run --name boldbi -p 80:80 -p 443:443 \
-e widget_bing_map_api_key=<widget_bing_map_api_key> \
-v D:/boldbi/app_data:/application/app_data \
-v D:/boldbi/nginx:/etc/nginx/sites-available \
-d syncfusion/boldbi:5.2.48
-d syncfusion/boldbi:5.3.53
```

Bold BI accepts the following environment variables from the command line.
Expand Down
14 changes: 7 additions & 7 deletions deploy/multiple-container/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.5'
services:
id-web:
container_name: id_web_container
image: gcr.io/boldbi-294612/bold-identity:5.2.48
image: gcr.io/boldbi-294612/bold-identity:5.3.53
restart: on-failure
environment:
- APP_BASE_URL=<app_base_url> # use http://host.docker.internal to configure Bold BI in localhost
Expand All @@ -20,7 +20,7 @@ services:

id-api:
container_name: id_api_container
image: gcr.io/boldbi-294612/bold-identity-api:5.2.48
image: gcr.io/boldbi-294612/bold-identity-api:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -36,7 +36,7 @@ services:

id-ums:
container_name: id_ums_container
image: gcr.io/boldbi-294612/bold-ums:5.2.48
image: gcr.io/boldbi-294612/bold-ums:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -52,7 +52,7 @@ services:

bi-web:
container_name: bi_web_container
image: gcr.io/boldbi-294612/boldbi-server:5.2.48
image: gcr.io/boldbi-294612/boldbi-server:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -68,7 +68,7 @@ services:

bi-api:
container_name: bi_api_container
image: gcr.io/boldbi-294612/boldbi-server-api:5.2.48
image: gcr.io/boldbi-294612/boldbi-server-api:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -85,7 +85,7 @@ services:

bi-jobs:
container_name: bi_jobs_container
image: gcr.io/boldbi-294612/boldbi-server-jobs:5.2.48
image: gcr.io/boldbi-294612/boldbi-server-jobs:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -102,7 +102,7 @@ services:

bi-dataservice:
container_name: bi_dataservice_container
image: gcr.io/boldbi-294612/boldbi-designer:5.2.48
image: gcr.io/boldbi-294612/boldbi-designer:5.3.53
restart: on-failure
# environment: ## Refer README.md for available environment variables.
# - widget_bing_map_enable=false
Expand Down
14 changes: 7 additions & 7 deletions docs/multiple-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This quick-start guide demonstrates how to use Compose to set up and run Bold BI
services:
id-web:
container_name: id_web_container
image: gcr.io/boldbi-294612/bold-identity:5.2.48
image: gcr.io/boldbi-294612/bold-identity:5.3.53
restart: on-failure
environment:
- APP_BASE_URL=<app_base_url>
Expand All @@ -44,7 +44,7 @@ This quick-start guide demonstrates how to use Compose to set up and run Bold BI

id-api:
container_name: id_api_container
image: gcr.io/boldbi-294612/bold-identity-api:5.2.48
image: gcr.io/boldbi-294612/bold-identity-api:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -60,7 +60,7 @@ This quick-start guide demonstrates how to use Compose to set up and run Bold BI

id-ums:
container_name: id_ums_container
image: gcr.io/boldbi-294612/bold-ums:5.2.48
image: gcr.io/boldbi-294612/bold-ums:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -76,7 +76,7 @@ This quick-start guide demonstrates how to use Compose to set up and run Bold BI

bi-web:
container_name: bi_web_container
image: gcr.io/boldbi-294612/boldbi-server:5.2.48
image: gcr.io/boldbi-294612/boldbi-server:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -92,7 +92,7 @@ This quick-start guide demonstrates how to use Compose to set up and run Bold BI

bi-api:
container_name: bi_api_container
image: gcr.io/boldbi-294612/boldbi-server-api:5.2.48
image: gcr.io/boldbi-294612/boldbi-server-api:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -109,7 +109,7 @@ This quick-start guide demonstrates how to use Compose to set up and run Bold BI

bi-jobs:
container_name: bi_jobs_container
image: gcr.io/boldbi-294612/boldbi-server-jobs:5.2.48
image: gcr.io/boldbi-294612/boldbi-server-jobs:5.3.53
restart: on-failure
volumes:
- boldservices_data:/application/app_data
Expand All @@ -126,7 +126,7 @@ This quick-start guide demonstrates how to use Compose to set up and run Bold BI

bi-dataservice:
container_name: bi_dataservice_container
image: gcr.io/boldbi-294612/boldbi-designer:5.2.48
image: gcr.io/boldbi-294612/boldbi-designer:5.3.53
restart: on-failure
environment:
- widget_bing_map_enable=false
Expand Down

0 comments on commit d738193

Please sign in to comment.