vagrant-projects icon indicating copy to clipboard operation
vagrant-projects copied to clipboard

Vagrant projects for Oracle products and other examples

Results 28 vagrant-projects issues
Sort by recently updated
recently updated
newest added

Thanks for making these vagrant images available. I regularly destroy my vagrant boxes to test on a clean installation. It therefore slows down my workflow if "vagrant destroy; vagrant up"...

**Describe the issue** ~~~ export VM_ORACLE_PWD=t7jJqhjr+Ty7 cd OracleDatabase/23.4.0-Free vagrant up ~~~ This causes an inifite loop. It would be better if the password was checked early in the installation, so...

Changed provision.sh script to install ocne19 release and added a note to Readme that the project is not updated yet to latest OCNE 2.0 release.

OCA Verified

Oracle Database 23ai Free 23.8.0 has been released, so update the Vagrant project to reflect the new version number: - Rename the project directory from 23.7.0-Free to 23.8.0-Free - Update...

OCA Verified

Since Oracle Database 23ai Free 23.8.0 has been released, I suggest updating the OracleDatabase/23.7.0-Free project to reflect the new version number. PR forthcoming for your consideration.

When will OCNE 2.0 vagrant config be available? Specifically for Oracle VirtualBox

Now that VirtualBox supports Apple Silicon (M1/M2/M3), and OracleLinux8 boxes are available for it, it would be really helpful to know which, if any, of the vagrant-projects will work on...

**Describe the issue** An older version of this project is being used 18.4.0-XE in this case. User currently has no issue to bring the Oracle DB up by running ```vagrant...