Skip to content

Commit 62b1267

Browse files
Run update.sh
1 parent cd472d4 commit 62b1267

6 files changed

Lines changed: 127 additions & 121 deletions

File tree

bonita/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`2025.2-u3`, `2025.2`, `10.4.3`, `10.4`, `latest`](https://github.com/bonitasoft/bonita-distrib/blob/d6dff60f00ceb3f4faef6b37318f15c845319369/docker/Dockerfile)
27+
- [`2025.2-u5`, `2025.2`, `10.4.5`, `10.4`, `latest`](https://github.com/bonitasoft/bonita-distrib/blob/502b96e7666b6690d948aef91d4f1ac641e47611/docker/Dockerfile)
2828

2929
# Quick reference (cont.)
3030

@@ -267,13 +267,19 @@ These variables are used in conjunction to define how Bonita should access the [
267267

268268
`BIZ_DB_PASS` default value is businesspass.
269269

270+
### PRO_GRADE
271+
272+
**Since 2025.2-u3**
273+
274+
This optional environment variable is used to enable/disable the [Java Security Policy](https://documentation.bonitasoft.com/bonita/latest/security/java-security-policy) (using ProGrade). The default value is *true*, which activates the security policy protecting against malicious Groovy script execution. Set to *false* to disable the security policy (not recommended).
275+
270276
## Logger configuration
271277

272278
**Since 2022.1**
273279

274280
The logger can be configured by mounting a volume on folder `/opt/bonita/conf/logs` containing the configuration files.
275281

276-
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.3/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.3/docker/files/log4j2/log4j2-appenders.xml)
282+
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.5/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.5/docker/files/log4j2/log4j2-appenders.xml)
277283

278284
Any change made to one of this 2 files is automatically hot-reloaded and taken into account immediately.
279285

@@ -367,7 +373,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
367373
- Launch the new container pointing towards the copy of the database.
368374

369375
```console
370-
$ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:2025.2-u3
376+
$ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:2025.2-u5
371377
```
372378

373379
For more details regarding Bonita update and for version before 7.10.0, see the [documentation](https://documentation.bonitasoft.com/bonita/latest/version-update/migrate-from-an-earlier-version-of-bonita).

0 commit comments

Comments
 (0)