Skip to content

Commit a6f9d34

Browse files
Run update.sh
1 parent 6c86830 commit a6f9d34

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bonita/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ These variables are used in conjunction to define how Bonita should access the [
273273

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

276-
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.3.0/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.3.0/docker/files/log4j2/log4j2-appenders.xml)
276+
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.0/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.0/docker/files/log4j2/log4j2-appenders.xml)
277277

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

@@ -332,13 +332,13 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
332332
- Retrieve the last update tool archive from https://www.bonitasoft.com/downloads
333333

334334
```console
335-
unzip bonita-update-tool-3.7.0.zip
335+
unzip bonita-update-tool-3.8.0.zip
336336
```
337337

338338
- Configure the update tool
339339

340340
```console
341-
$ cd bonita-update-tool-3.7.0
341+
$ cd bonita-update-tool-3.8.0
342342
```
343343

344344
edit the update tool configuration file `Config.properties` to point towards the database.
@@ -367,7 +367,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
367367
- Launch the new container pointing towards the copy of the database.
368368

369369
```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.1-u0
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-u0
371371
```
372372

373373
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).

crate/README.md

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

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`6.1.1`, `6.1`, `latest`](https://github.com/crate/docker-crate/blob/7ab8e7cc9eff606e1990a6ee5c5a051cf6465829/Dockerfile)
27+
- [`6.1.2`, `6.1`, `latest`](https://github.com/crate/docker-crate/blob/c5fcd067a8a754a75fe5929980cfe067ec3a6916/Dockerfile)
2828

29-
- [`6.0.4`, `6.0`](https://github.com/crate/docker-crate/blob/72befa37b8f90419f03affdc2e217f83657098b0/Dockerfile)
29+
- [`6.0.5`, `6.0`](https://github.com/crate/docker-crate/blob/be1c0906b0be0b7d493ea3535a354be77eb35fa2/Dockerfile)
3030

31-
- [`5.10.15`, `5.10`](https://github.com/crate/docker-crate/blob/97accb5d81e666eaf84e92f814842978208fbe0b/Dockerfile)
31+
- [`5.10.16`, `5.10`](https://github.com/crate/docker-crate/blob/5a5c103f4cc22281ffe6f286439a050c488282c4/Dockerfile)
3232

3333
# Quick reference (cont.)
3434

ubuntu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WARNING:
3232

3333
- [`25.10`, `questing-20251029`, `questing`, `rolling`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-questing-amd64-20251029-91c87e7b&id=91c87e7b5197434a1a7673d8f49ba82206aba0da)
3434

35-
- [`26.04`, `resolute-20251130`, `resolute`, `devel`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-resolute-amd64-20251130-aa0cefe8&id=aa0cefe8d5889d04980a54b03c0508e12eba2315)
35+
- [`26.04`, `resolute-20251208`, `resolute`, `devel`](https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-resolute-amd64-20251208-b6ced6db&id=b6ced6dbd0a1d454a570be117b73c25268876fcd)
3636

3737
# Quick reference (cont.)
3838

0 commit comments

Comments
 (0)