4 Star 1 Fork 2

Gitee 极速下载/WebLogic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/oracle/docker-images
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Oracle Linux developer images

These are developer-oriented images designed to be used as the base image and extended to include application code.

Each of the language and version variants are based off either the oraclelinux:7-slim or oraclelinux:8 base images with as minimal a package set as possible. If your application requires additional modules or packages, they should be installed as part of your downstream Dockerfile.

Usage of the binary images

All the published Oracle Linux Developer images use publicly available packages from the Oracle Linux yum server. No login, Oracle SSO account or permission is required to build, extend, use or distribute these images.

Oracle Database support

The -oracledb variants include the language-specific driver for connecting to Oracle Database along with the appropriate Oracle Instant Client packages.

Oracle Linux 7 based images

Go

Node.js

PHP

Python

Ruby

To install Ruby on Rails, extend one of the images tagged -nodejs and add the following directive to your Dockerfile:

RUN npm install -g yarn && \
    gem install rails

You should then be able to create a new Ruby on Rails application.

Oracle Linux 8 based images

Go Toolset module

NGINX module

Node.js module

Tip: support for yarn is included with oraclelinux8-nodejs:18 and oraclelinux8-nodejs:20 but is opt-in. To activate yarn, run corepack enable when building your downstream image.

PHP module

Python modules

Note: Each version of Python is provided as a module for Oracle Linux 8 as opposed to other languages which are provided as a single module with multiple AppStreams.

Ruby module

To install Ruby on Rails, extend one of the images tagged -nodejs and add the following directive to your Dockerfile:

RUN npm install -g yarn && \
    gem install rails

You should then be able to create a new Ruby on Rails application.

Oracle Linux 9 based images

Go Toolset module

NGINX module

Node.js module

Python modules

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/WebLogic.git
git@gitee.com:mirrors/WebLogic.git
mirrors
WebLogic
WebLogic
main

搜索帮助