All Projects → oracle → container-images

oracle / container-images

Licence: other
Oracle Linux container images

Projects that are alternatives of or similar to container-images

db-oracle
Oracle Database support for Yii
Stars: ✭ 21 (-77.42%)
Mutual labels:  oracle, oracle-support
Docker Images
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
Stars: ✭ 5,120 (+5405.38%)
Mutual labels:  oracle, oracle-linux
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+147.31%)
Mutual labels:  amd64, aarch64
opendlv
OpenDLV - A modern microservice-based software ecosystem powered by libcluon to make vehicles autonomous.
Stars: ✭ 67 (-27.96%)
Mutual labels:  amd64, aarch64
peekaboo
An standalone execution trace library built on DynamoRIO.
Stars: ✭ 17 (-81.72%)
Mutual labels:  amd64, aarch64
AssmentTools
对于等保测评实施的现场测评工具
Stars: ✭ 18 (-80.65%)
Mutual labels:  oracle
transferdb
TransferDB 支持异构数据库 schema 转换、全量数据导出导入以及增量数据同步功能( Oracle 数据库 -> MySQL/TiDB 数据库)
Stars: ✭ 30 (-67.74%)
Mutual labels:  oracle
oracle-commerce-cli
A simple CLI to help with your daily Oracle Commerce Cloud (OCC) development.
Stars: ✭ 18 (-80.65%)
Mutual labels:  oracle
thinkorm
A flexible, lightweight and powerful Object-Relational Mapper for Node.js. Support TypeScript!!
Stars: ✭ 33 (-64.52%)
Mutual labels:  oracle
insaneworks-packer-template
CentOS 7-8 8Stream / AlmaLinux 8 / FreeBSD 12 - 13 x64 + VirtualBox / VMWare for Packer Template + FreeBSD 13 / AlmaLinux 9 + Parallels
Stars: ✭ 38 (-59.14%)
Mutual labels:  aarch64
docker
collection of docker / docker-compose files, dind, gitlab, jenkins, mongo, mysql, oracle, rabbitmq, redis, sonarqube
Stars: ✭ 25 (-73.12%)
Mutual labels:  oracle
Odapter
C# code generator for Oracle packages
Stars: ✭ 16 (-82.8%)
Mutual labels:  oracle
terraform-examples
Terraform Examples for Oracle Cloud Infrastructure and Platfrom
Stars: ✭ 34 (-63.44%)
Mutual labels:  oracle
AheuiJIT
Aheui JIT compiler for PC and web
Stars: ✭ 27 (-70.97%)
Mutual labels:  aarch64
TensorFlow-Raspberry-Pi 64-bit
TensorFlow installation wheels for Raspberry Pi 64 OS
Stars: ✭ 27 (-70.97%)
Mutual labels:  aarch64
json-sql-builder2
Level Up Your SQL-Queries
Stars: ✭ 59 (-36.56%)
Mutual labels:  oracle
pytorch-aarch64
PyTorch wheels (whl) & conda for aarch64 / ARMv8 / ARM64
Stars: ✭ 137 (+47.31%)
Mutual labels:  aarch64
PECI-Java-MAR-2015
Repositorio del curso de Java de Mar 2015
Stars: ✭ 29 (-68.82%)
Mutual labels:  oracle
folding-at-home
A Folding@Home Docker container with GPU support
Stars: ✭ 38 (-59.14%)
Mutual labels:  amd64
Tensorflow-for-Jetson-TX2
Tensorflow for Jetson TX2
Stars: ✭ 29 (-68.82%)
Mutual labels:  aarch64

Oracle Linux base images

This repo stores the architecture-specific rootfs tarballs for the official Oracle Linux base images published on Docker Hub and GitHub Container Registry.

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 a downstream Dockerfile. For example, to use the latest optimized Oracle Linux 7 image, specify FROM oraclelinux:7-slim.

Changelog

Due to the fact that only the latest tarball for each tag is stored in the dist-amd64 and dist-arm64v8 branches, it is not possible to use Git's history to determine what has changed and when. Thus, we maintain a CHANGELOG in the master branch that documents the changes made to various images by date.

Differences between oraclelinux:7 and oraclelinux:7-slim

Oracle recommends using oraclelinux:7-slim as your base layer as it contains just enough packages for yum to work to install more packages. Therefore, it has the smallest size and the least amount of unneeded content.

The oraclelinux:7 images is based off the package set what would be installed via a Minimal install of Oracle Linux.

Differences between oraclelinux:8 and oraclelinux:8-slim

As with Oracle Linux 7, the 8-slim variant contains just enough packages to install more.

However, it also replaces the standard dnf client with the tiny microdnf tool to further reduce space. If you need the functionality of the full client, you can install it via RUN microdnf install dnf in your downstream Dockerfile.

To provide yum compatibility, use RUN microdnf install yum.

Using modules with microdnf

An example of how to enable module support when using microdnf can be seen in the oraclelinux:8 variants of the OracleLinuxDeveloper images in the Oracle Docker Images repo.

Finding container images of Oracle products

We provide sample Dockerfiles for several Oracle products in the Oracle Docker Images repository on GitHub. Many of these images are also available for direct download from the Oracle Container Registry.

License

Oracle Linux is released under the GPLv2. See the LICENSE file in this repository for more information.

Support

Oracle provides support to Oracle Linux subscription customers via the My Oracle Support 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.

For users without an Oracle Linux support subscription, the following resources are available:

Official resources

Social media resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].