Merge pull request #129 from oracle/master

Oracle Linux documentation
This commit is contained in:
Tianon Gravi 2015-01-05 10:55:59 -07:00
commit 3294d5f9ea
8 changed files with 132 additions and 0 deletions

View File

@ -0,0 +1 @@
Oracle Linux is an open-source operating system suitable for general purpose or Oracle workloads.

76
oraclelinux/README.md Normal file
View File

@ -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
![logo](https://raw.githubusercontent.com/docker-library/docs/master/oraclelinux/logo.png)
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).

27
oraclelinux/content.md Normal file
View File

@ -0,0 +1,27 @@
# Oracle Linux
%%LOGO%%
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)

2
oraclelinux/license.md Normal file
View File

@ -0,0 +1,2 @@
View the [Oracle Linux End-User License Agreement](https://oss.oracle.com/ol6/EULA)
for the software contained in this image.

BIN
oraclelinux/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1 @@
on the OTN [Oracle Linux Forum] (https://community.oracle.com/community/server_%26_storage_systems/linux/oracle_linux) forum or

View File

@ -0,0 +1,24 @@
## 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](%%GITHUB-REPO%%/issues).

View File

@ -40,6 +40,7 @@ declare -A otherRepos=(
[neurodebian]='https://github.com/neurodebian/dockerfiles'
[nginx]='https://github.com/nginxinc/docker-nginx'
[opensuse]='https://github.com/openSUSE/docker-containers-build'
[oraclelinux]='https://github.com/oracle/docker-images'
[perl]='https://github.com/Perl/docker-perl'
[registry]='https://github.com/docker/docker-registry'
[r-base]='https://github.com/rocker-org/rocker'