@@ -20,10 +20,10 @@ From the [released images](https://github.com/oracle/adb-free/pkgs/container/adb
2020
2121We use the following naming convention:
2222
23- | Database version | Latest image tag | Specific release image tag |
24- | ------------------| ------------------| ----------------------------|
25- | 23ai | latest-23ai | 24.11.4 .2-23ai |
26- | 19c | latest | 24.12.1.2 |
23+ | Database version | Latest image tag | Specific release image tag | Supported Arch |
24+ | ------------------| ------------------| ----------------------------| --------------------- |
25+ | 23ai | latest-23ai | 25.7.5 .2-23ai | linux/arm64 and linux/amd64 |
26+ | 19c | latest | 25.7.5.2 | linux/amd64 |
2727
2828### Container CPU/memory requirements
2929
@@ -34,7 +34,7 @@ Oracle Autonomous Database Free container needs 4 CPUs and 8 GiB memory
3434Please refer the official documentation to install podman on [ Linux] ( https://podman.io/docs/installation#installing-on-linux ) , [ Windows] ( https://podman.io/docs/installation#windows ) or [ Mac] ( https://podman.io/docs/installation#macos )
3535
3636
37- ### Start podman machine on MacOS (x86_64) or Windows (x86_64)
37+ ### Start podman machine on MacOS or Windows
3838
3939Containers need the Linux kernel. Run following commands to start a podman virtual machine
4040
@@ -44,7 +44,10 @@ podman machine set --cpus 4 --memory 8192
4444podman machine start
4545```
4646
47- Refer the [ FAQ] ( #faq ) to configure virtual machine on ARM machine (M1/M2 chips)
47+ > [ !NOTE]
48+ > From release ADBS-25.7.5.2, 23ai images are multi-arch i.e. images are natively built for ARM64 and AMD64 platforms.
49+ > 19c image is natively built for linux/amd64 platform only. To run a 19c adb-free container on ARM machines you will need colima emulation
50+ > Read [ FAQ] ( #faq ) for instructions on how to setup Colima VMs
4851
4952### Starting an ADB Free container
5053
@@ -417,8 +420,11 @@ ALTER USER MPACK_OEE IDENTIFIED BY <PASSWORD>
417420
418421## F.A.Q
419422
420- ### How can I run Oracle Autonomous Database Free container on ARM64 arch i.e. machines with M1/M2 chips ?
421- Use colima + docker to emulate x86_64 arch. Replace podman with docker in all commands. This is only until we have a native ARM 64 image.
423+ ### How can I run 19c Oracle Autonomous Database Free container on ARM64 arch i.e. machines with M1/M2 chips ?
424+ > [ !IMPORTANT]
425+ > 23ai images are multi-arch and natively built for both linux/arm64 and linux/amd64 CPU architectures
426+
427+ Use colima + docker to emulate x86_64 arch. Replace podman with docker in all commands.
422428
423429### How can I install colima and docker on machines with M1/M2 chips ?
424430``` bash
@@ -428,17 +434,19 @@ brew install colima
428434brew reinstall qemu
429435```
430436
431- ### How can I start Colima x86_64 Virtual Machine with minimum memory/cpu requirements ?
437+ ### How can I start Colima x86_64 Virtual Machine with minimum memory/cpu requirements for 19c ?
432438
433- > Note: Running x86_64 arch containers can have issues translating instructions for ARM. We give higher memory to the VM to avoid such issues
439+ > [ !IMPORTANT]
440+ > Running x86_64 arch containers can have issues translating instructions for ARM. We give higher memory to the VM to avoid such issues
434441
435442``` bash
436443colima start --cpu 4 --memory 10 --arch x86_64
437444```
438445
439- ### How can I start Colima x86_64 Virtual Machine using Apple's new virtualization framework - Rosetta ?
446+ ### How can I start Colima x86_64 Virtual Machine using Apple's new virtualization framework - Rosetta for 19c ?
440447
441- > Note: Running x86_64 arch containers can have issues translating instructions for ARM. We give higher memory to the VM to avoid such issues
448+ > [ !IMPORTANT]
449+ > Running x86_64 arch containers can have issues translating instructions for ARM. We give higher memory to the VM to avoid such issues
442450
443451
444452``` bash
@@ -452,7 +460,7 @@ docker context ls
452460colima status
453461```
454462
455- ### How can I start podman VM on x86_64 Mac with minimum memory/cpu requirements ?
463+ ### How can I start podman VM on Mac with minimum memory/cpu requirements ?
456464``` bash
457465podman machine init
458466podman machine set --cpus 4 --memory 8192
@@ -469,7 +477,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
469477
470478## License
471479
472- Copyright (c) 2024 Oracle and/or its affiliates.
480+ Copyright (c) 2025 Oracle and/or its affiliates.
473481
474482Released under the Universal Permissive License v1.0 as shown at
475483< https://oss.oracle.com/licenses/upl/ > .
0 commit comments