Skip to content

Commit 164444b

Browse files
authored
Update Oracle Database 23ai Free version number (#537)
Oracle Database 23ai Free 23.7.0 has been released, so update the Vagrant project to reflect the new version number: - Rename the project directory from 23.6.0-Free to 23.7.0-Free - Update the version number in the .env and README.md files - Update the SHA256 digest for the installer rpm No code changes--the download URL and rpm filename remain the same. Fixes #536 Signed-off-by: Paul Neumann <[email protected]>
1 parent 00f9e5f commit 164444b

File tree

12 files changed

+3
-3
lines changed

12 files changed

+3
-3
lines changed

OracleDatabase/23.6.0-Free/db_installer.sha256

-1
This file was deleted.

OracleDatabase/23.6.0-Free/.env renamed to OracleDatabase/23.7.0-Free/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle Database 23.6.0 Free configuration file
1+
# Oracle Database 23.7.0 Free configuration file
22
#
33
# Requires vagrant-env plugin
44
#

OracleDatabase/23.6.0-Free/README.md renamed to OracleDatabase/23.7.0-Free/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ makes configuration much easier
1111
## Getting started
1212

1313
1. Clone this repository `git clone https://github.com/oracle/vagrant-projects`
14-
2. Change into the `vagrant-projects/OracleDatabase/23.6.0-Free` directory
14+
2. Change into the `vagrant-projects/OracleDatabase/23.7.0-Free` directory
1515
3. Run `vagrant up`
1616
1. The first time you run this it will provision everything and may take a while. Ensure you have a good internet connection as the scripts will update the VM to the latest via `dnf`.
1717
2. The installation can be customized, if desired (see [Configuration](#configuration)).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
82ef77041a2dba635f11ed08d472f9d8ca8ad41d6e6fcd179445b152e857639c */vagrant/oracle-database-free-23ai-1.0-1.el9.x86_64.rpm

0 commit comments

Comments
 (0)