|
@@ -1,43 +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.
|
|
|
+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:
|
|
|
+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```.
|
|
|
|
|
|
-```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)
|
|
|
|
|
|
-The following Oracle Linux images are available:
|
|
|
+## 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)
|
|
|
|
|
|
-Version | Image Tag | Aliases
|
|
|
-------- | :---------: | :-------
|
|
|
-[Oracle Linux 6.6](https://github.com/oracle/docker-images/blob/master/OracleLinux/6.6/Dockerfile) | ```oraclelinux:6.6``` | ```oraclelinux:6```
|
|
|
-[Oracle Linux 7.0](https://github.com/oracle/docker-images/blob/master/OracleLinux/7.0/Dockerfile) | ```oraclelinux:7.0``` | ```oraclelinux:7```, ```oraclelinux:latest```
|
|
|
+# License
|
|
|
|
|
|
-All images ship pre-configured to install security errata, bugfixes and package updates from the Oracle Public Yum Server at [http://public-yum.oracle.com](http://public-yum.oracle.com).
|
|
|
+View the [Oracle Linux End-User License Agreement](https://oss.oracle.com/ol6/EULA)
|
|
|
+for the software contained in this image.
|
|
|
|
|
|
-# License
|
|
|
-Oracle Linux is released under the GPLv2. See the ```LICENSE``` file in this repository for more information.
|
|
|
+# Supported Docker versions
|
|
|
|
|
|
-# 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.
|
|
|
+This image is officially supported on Docker version 1.4.1.
|
|
|
|
|
|
-For users without an Oracle Linux support subscription, the following resources are available:
|
|
|
+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.
|
|
|
|
|
|
-## Official resources
|
|
|
+## Contributing
|
|
|
|
|
|
-* [Learn more about Oracle Linux] (http://oracle.com/linux)
|
|
|
-* [Unbreakable Linux Network] (https://linux.oracle.com)
|
|
|
-* [Oracle Public Yum] (http://public-yum.oracle.com)
|
|
|
+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.
|
|
|
|
|
|
-## 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)
|
|
|
+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).
|