|
|
@@ -0,0 +1,76 @@
|
|
|
+# Supported tags and respective `Dockerfile` links
|
|
|
+
|
|
|
+- [`7`, `7.0`, `latest` (*OracleLinux/7.0/Dockerfile*)](https://github.com/oracle/docker-images/blob/6657d15b4d2282674a2c8395f1e5c90364a3793b/OracleLinux/7.0/Dockerfile)
|
|
|
+- [`6`, `6.6` (*OracleLinux/6.6/Dockerfile*)](https://github.com/oracle/docker-images/blob/6657d15b4d2282674a2c8395f1e5c90364a3793b/OracleLinux/6.6/Dockerfile)
|
|
|
+
|
|
|
+For more information about this image and its history, please see the [relevant
|
|
|
+manifest file
|
|
|
+(`library/oraclelinux`)](https://github.com/docker-library/official-images/blob/master/library/oraclelinux)
|
|
|
+in the [`docker-library/official-images` GitHub
|
|
|
+repo](https://github.com/docker-library/official-images).
|
|
|
+
|
|
|
+# Oracle Linux
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+Oracle Linux is an open-source operating system available under the GNU General
|
|
|
+Public License (GPLv2). Suitable for general purpose or Oracle workloads, it
|
|
|
+benefits from rigorous testing of more than 128,000 hours per day with real-
|
|
|
+world workloads and includes unique innovations such as Ksplice for zero-
|
|
|
+downtime kernel patching, DTrace for real-time diagnostics, the powerful Btrfs
|
|
|
+file system, and more.
|
|
|
+
|
|
|
+## How to use these images
|
|
|
+
|
|
|
+The Oracle Linux images are intended for use in the **FROM** field of an
|
|
|
+application's ```Dockerfile```. For example, to use Oracle Linux 6 as the
|
|
|
+base of an image, specify ```FROM oraclelinux:6```.
|
|
|
+
|
|
|
+## Official Resources
|
|
|
+* [Learn more about Oracle Linux] (http://oracle.com/linux)
|
|
|
+* [Unbreakable Linux Network] (https://linux.oracle.com)
|
|
|
+* [Oracle Public Yum] (http://public-yum.oracle.com)
|
|
|
+
|
|
|
+## Social media resources
|
|
|
+* [Twitter] (https://twitter.com/ORCL_Linux)
|
|
|
+* [Facebook] (https://www.facebook.com/OracleLinux)
|
|
|
+* [YouTube] (https://www.youtube.com/user/OracleLinuxChannel)
|
|
|
+* [Blog] (http://blogs.oracle.com/linux)
|
|
|
+
|
|
|
+# License
|
|
|
+
|
|
|
+View the [Oracle Linux End-User License Agreement](https://oss.oracle.com/ol6/EULA)
|
|
|
+for the software contained in this image.
|
|
|
+
|
|
|
+# Supported Docker versions
|
|
|
+
|
|
|
+This image is officially supported on Docker version 1.4.1.
|
|
|
+
|
|
|
+Support for older versions (down to 1.0) is provided on a best-effort basis.
|
|
|
+
|
|
|
+# User Feedback
|
|
|
+
|
|
|
+## Customer Support
|
|
|
+Oracle provides support to Oracle Linux subscription customers via the
|
|
|
+[My Oracle Support] (https://support.oracle.com) portal. The Oracle Linux
|
|
|
+Docker images are covered by Oracle Linux Basic and Premier support
|
|
|
+subscriptions. Customers should follow existing support procedures to obtain
|
|
|
+support for Oracle Linux running in a Docker container.
|
|
|
+
|
|
|
+## Community Support
|
|
|
+
|
|
|
+For Oracle Linux users without a paid support subscription, the following resources
|
|
|
+are available:
|
|
|
+
|
|
|
+* The [Oracle Linux Forum] (https://community.oracle.com/community/server_%26_storage_systems/linux/oracle_linux) on the [Oracle Technology Network Community] (https://community.oracle.com/welcome).
|
|
|
+* The ```#oraclelinux``` IRC channel on Freenode.
|
|
|
+
|
|
|
+## Contributing
|
|
|
+
|
|
|
+Oracle Linux customers with an active support subscription should follow the
|
|
|
+existing support procedures to suggest new features, fixes or updates to the
|
|
|
+Oracle Linux Docker images.
|
|
|
+
|
|
|
+For Oracle Linux users without a paid support subscription, please submit
|
|
|
+any new feature, fix or update suggestion via a
|
|
|
+[GitHub issue](https://github.com/oracle/docker-images/issues).
|