Google uses cookies and data to:
- Deliver and maintain services, like tracking outages and protecting against spam, fraud, and abuse
- Measure audience engagement and site statistics to understand how our services are used
- Improve the quality of our services and develop new ones
- Deliver and measure the effectiveness of ads
- Show personalized content, depending on your settings
- Show personalized or generic ads, depending on your settings, on Google and across the web
Click “Customize” to review options, including controls to reject the use of cookies for personalization and information about browser-level controls to reject some or all cookies for other uses. You can also visit g.co/privacytools anytime.
In general, only the latest releases of Oracle Fusion Middleware products are available for download on Oracle Software Delivery Cloud or OTN. To order a shipment of physical media for a previously released product that is not available on Oracle Software Delivery Cloud or OTN, refer to My Oracle Support document ID 1071023. Hardware and software, engineered to work together. Oracle acquires Sun Microsystems, cementing its strategy to engineer hardware and software together. Becomes the steward of Java. Oracle Database plugs into the cloud. Revolutionary multitenant architecture helps deliver a secure and consolidated database cloud. Oracle Financials ERP Cloud is a cloud-based, end-to-end business management solution designed for midsized to enterprise-level customers. It offers a suite of applications including material planning, financial accounting, and business intelligence.
Introduction
Vagrant is a tool to manage virtual machine-based development environments. Vagrant Boxes are pre-built base images that can be imported into Vagrant as a starting point. Read more about Vagrant here. On this page Oracle publishes Vagrant boxes based on Oracle Linux.
Oracle contributes as a leader and as a worker bee to open source communities. Oracle is a supporting member of the Linux Foundation, Cloud Native Computing Foundation, Eclipse Foundation, and the Java Community Process. And Oracle employees contribute to efforts ranging from Java and Linux to Kubernetes and Fn in various GitHub organizations.
Oracle Software Programs List
Using Oracle Linux Vagrant boxes
Prerequisites
You will need the following software installed on your machine. Check the minimum required versions in the Vagrant Box description.
Latest Available Boxes
These boxes are configured as follows:
- 2 vCPUs
- 2048 MB RAM
- Minimal package set installed
- 32 GiB root volume
- 4 GiB swap
- XFS root filesystem
- Guest additions installed
- Yum configured for Oracle Linux yum server. _latest and _addons repos enabled as well as _optional_latest, _developer, _developer_EPEL where available.
Oracle Linux boxes for the VirtualBox Vagrant Provider
Box | Kernel | Size (MB) | Date added | SHA256 Checksum |
---|
Oracle Linux boxes for the libvirt Vagrant Provider
Box | Kernel | Size (MB) | Date added | SHA256 Checksum |
---|
Oracle Software 10g
Adding, downloading and starting the Oracle Linux Vagrant Box
Create a working directory for your development project and from within that directory, issue the following commands, subsituting the url for one of the following, depending on the release of Oracle Linux you want:
- Oracle Linux 8: https://oracle.github.io/vagrant-projects/boxes/oraclelinux/8.json
- Oracle Linux 7: https://oracle.github.io/vagrant-projects/boxes/oraclelinux/7.json
$ vagrant init oraclelinux/{release} <box json url>
$ vagrant up
$ vagrant ssh
For example:
$ vagrant init oraclelinux/7 https://oracle.github.io/vagrant-projects/boxes/oraclelinux/7.json
$ vagrant up
$ vagrant ssh
Oracle Software Engineer Salary
Updating an Oracle Linux box
To check whether an of your installed boxes have available updates:
Oracle Software Download
$ vagrant box outdated --global
Oracle Software Engineer Intern
To update an Vagrant box to the latest available version:
$ vagrant box update --box oraclelinux/7
Sample Vagrant projects with Oracle products on GitHub
Example Vagrant projects that provision Oracle products including Oracle Database 19c, Oracle Dataguard, Oracle Real Application Clusters, Oracle Container Services for Kubernetes, and more are available on github.com/oracle
Where can I get help with these Vagrant boxes?
These Vagrant Boxes are provided as is, free of charge and without support from Oracle. Peer support is available in the Oracle Linux space on the Oracle Developer Community.