-
Maintained by:
the Oracle Linux Container Team -
Where to get help:
see the "Customer Support" and "Community Support" sections below
-
Where to file issues:
https://github.com/oracle/container-images/issues -
Published image artifact details:
repo-info repo'srepos/oraclelinux/
directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images repo'slibrary/oraclelinux
label
official-images repo'slibrary/oraclelinux
file (history) -
Source of this description:
docs repo'soraclelinux/
directory (history)
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 maintains a CHANGELOG that documents by release date the errata applied and any CVE(s) that are mitigated in each update to the official images.
The Oracle Linux images are intended for use in the FROM field of a downstream Dockerfile
. For example, to use the latest optimized Oracle Linux 8 i mage, specify FROM oraclelinux:8
.
The latest
tag was removed from the Oracle Linux official images in June 2020 to avoid breaking any downstream images caused by backwards-incompatible changes introduced by the release of a new version. Downstream images must specify the version, i.e. oraclelinux:7
or oraclelinux:8
.
Oracle recommends using oraclelinux:8
for most images that extend Oracle Linux 8.
The oraclelinux:8-slim
variant is intended primarily to provide "just enough user space" for statically compiled binaries or microservices. Use of the 8-slim
variant is discouraged for general purposes, due to the inclusion of microdnf
in place of dnf
and signficantly reduced locale data.
For images that want an Oracle Linux 7 user space, Oracle recommends using oraclelinux:7-slim
as the base layer as it contains just enough packages for yum
to be able to install more packages.
The oraclelinux:7
images is based on the package set of what would be installed on a bare-metal server when performing a Minimal install of Oracle Linux.
Oracle provides support to Oracle Linux subscription customers via the My Oracle Support portal. The Oracle Linux container 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 container.
Users without an Oracle Linux support subscription should either open an issue or start a discussion in the Oracle Linux container image repository on GitHub.
View the Oracle Linux End-User License Agreement for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info
repository's oraclelinux/
directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.