4 Star 1 Fork 2

Gitee 极速下载/WebLogic

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/oracle/docker-images
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

Oracle Java OpenJDK in Containers

This repository contains sample container configurations to facilitate installation and environment setup for DevOps users. This project includes Dockerfiles for Oracle OpenJDK based on Oracle Linux.

Building the Oracle Java OpenJDK base image

Navigate to the folder containing the Dockerfile and run docker build, tagging the image with the version number:

e.g. for OpenJDK 24 run

cd ../OracleOpenJDK/24
docker build --file Dockerfile.ol9 --tag oracle/openjdk:24 .

This command is already scripted in build.sh so you can alternatively run:

bash build.sh

Parent image OS version

The Oracle Java images for OpenJDK 24 uses oraclelinux:9 as the default parent image.

License

The OpenJDK compressed archive used by this Dockerfile is available under the GNU General Public License, version2, with the Classpath Exception, from the Oracle OpenJDK website. Oracle Linux is licensed under the Oracle Linux End-User License Agreement.

All scripts and files hosted in this project and GitHub docker/OracleOpenJDK repository, required to build the Docker images are, unless otherwise noted, released under the UPL 1.0 license.

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

Search