You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this release, we also started some minor code refactoring.
46
+
30
47
### Version 1.5.2, December 2, 2024
31
48
32
49
This release includes the following changes:
@@ -442,7 +459,7 @@ docker run --name free23ai \
442
459
-d \
443
460
-p 1521:1521 \
444
461
-e ORACLE_PASSWORD=Welcome12345 \
445
-
gvenzl/oracle-free:23.5-slim-faststart
462
+
gvenzl/oracle-free:23.6-slim-faststart
446
463
```
447
464
448
465
This will pull the image and start up the database with a listener on port 1521. It will also create a pluggable database (a database container) called "FREEPDB1" and will set the admin passwords to the password you specified on this command.
>**Note:** If you are using `podman` you must specify the `:z` suffix on the volume mount so that the container will be able to access the files in the volume. For example: `-v ./wallet:/wallet:z`
541
558
@@ -825,7 +842,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
825
842
If you run the exporter as a container image and want to include your custom metrics in the image itself, you can use the following example `Dockerfile` to create a new image:
826
843
827
844
```Dockerfile
828
-
FROM container-registry.oracle.com/database/observability-exporter:1.5.1
845
+
FROM container-registry.oracle.com/database/observability-exporter:1.5.3
0 commit comments