All Projects → oracle → Weblogic Image Tool

oracle / Weblogic Image Tool

Licence: other
Oracle WebLogic Image Tool

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Weblogic Image Tool

Goquiet Shadowsocks Docker
A Docker image for Shadowsocks over GoQuiet
Stars: ✭ 21 (-48.78%)
Mutual labels:  docker-image
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-17.07%)
Mutual labels:  docker-image
Hetzner Gitlab Runner
Autoscale gitlab ci runners on hetzner cloud
Stars: ✭ 36 (-12.2%)
Mutual labels:  docker-image
Multidocker
Creates a system where users are forced to login in dedicated independent docker containers.
Stars: ✭ 21 (-48.78%)
Mutual labels:  docker-image
Docker Yellowlabtools
🐳 Yellow Lab Tools Docker Image
Stars: ✭ 30 (-26.83%)
Mutual labels:  docker-image
Centos7 S2i Nodejs
DEPRECATED OpenShift S2I builder images for Node.js ✨
Stars: ✭ 34 (-17.07%)
Mutual labels:  docker-image
Nano Nginx
Nano container with nginx preconfigured as reverse proxy
Stars: ✭ 15 (-63.41%)
Mutual labels:  docker-image
Graphqldockerproxy
A generic Graphql API for Docker and Kubernetes
Stars: ✭ 38 (-7.32%)
Mutual labels:  docker-image
Docker Mediawiki
🐳 Dockerized Femiwiki's mediawiki server
Stars: ✭ 33 (-19.51%)
Mutual labels:  docker-image
Jenkins Android Docker
🐳 Docker image for Jenkins with Android
Stars: ✭ 35 (-14.63%)
Mutual labels:  docker-image
Arch Koel
Docker build script for Arch Linux base with Koel
Stars: ✭ 21 (-48.78%)
Mutual labels:  docker-image
Ustcmirror Images
Docker images used by ustcmirror 🚀
Stars: ✭ 29 (-29.27%)
Mutual labels:  docker-image
Search Docker Registry V2 Script.1.0
view-private-registry is a simple bash script for listing images in a private registry v2, docker search registry-v2
Stars: ✭ 34 (-17.07%)
Mutual labels:  docker-image
Postgresql Postgis Timescaledb
PostgreSQL + PostGIS + TimescaleDB docker image 🐘🌎📈
Stars: ✭ 19 (-53.66%)
Mutual labels:  docker-image
Docker Oracle Setup
Instructions on how to setup Oracle and APEX on Docker
Stars: ✭ 37 (-9.76%)
Mutual labels:  docker-image
Distro Test Containers
Distribution specific containers for Ansible integration testing.
Stars: ✭ 20 (-51.22%)
Mutual labels:  docker-image
Pyats Docker
Dockerfile and scripts for pyATS
Stars: ✭ 34 (-17.07%)
Mutual labels:  docker-image
Docker Sphinxsearch
Docker image for Sphinx search engine
Stars: ✭ 40 (-2.44%)
Mutual labels:  docker-image
Magento2 Varnish Redis Ssl Docker Compose
Deploy Magento2 with Varnish Cache and Redis with SSL termination using Docker-compose tool
Stars: ✭ 37 (-9.76%)
Mutual labels:  docker-image
Max Text Sentiment Classifier
Detect the sentiment captured in short pieces of text
Stars: ✭ 35 (-14.63%)
Mutual labels:  docker-image

Oracle WebLogic Image Tool

NOTE: Due to changes in Oracle's security, older versions of the Image Tool will no longer be able to download patches.
Please use WebLogic Image Tool 1.9.10 or newer.

Oracle is finding ways for organizations using WebLogic Server to run important workloads, to move those workloads into the cloud, and to simplify and speed up the application deployment life cycle. By adopting industry standards, such as Docker and Kubernetes, WebLogic now runs in a cloud neutral infrastructure. To help simplify and automate the creation of Docker images for WebLogic Server, we are providing this open source Oracle WebLogic Image Tool. This tool let's you create a new Linux based image, with installations of a JDK and WebLogic Server, and optionally, configure a WebLogic domain with your applications, apply WebLogic Server patches, or update an existing image.

Features

The Image Tool provides three functions within the main script:

  • Create Image - The create command creates a new Docker image and installs the requested Java and WebLogic software. Additionally, you can create a WebLogic domain in the image at the same time.
  • Rebase Image - The rebase command creates a new Docker image using an existing WebLogic domain from an existing image. The new Docker image can start from an existing image with a JDK and Oracle middleware installation, or can install the JDK and Oracle Home as part of moving the domain.
  • Update Image - The update command creates a new Docker image by applying WebLogic patches to an existing image. Additionally, you can create a WebLogic domain if one did not exist previously, update an an existing domain, or deploy an application.
  • Cache - The Image Tool maintains metadata on the local file system for patches and installers.
    The cache command can be used to manipulate the local metadata.

Prerequisites

  • Docker client and daemon on the build machine, with minimum Docker version 18.03.1.ce.
  • Installers for WebLogic Server and JDK from the Oracle Software Delivery Cloud.
  • For patches, Oracle Support credentials.
  • Bash version 4.0 or later, to enable the <tab> command complete feature.

Setup

  • Build the project (mvn clean package) to create the ZIP installer in ./imagetool/target.
  • Unzip the release ZIP file to a desired location.
  • For Linux environment, cd your_unzipped_location/bin and source setup.sh.
  • For Windows environment, cd your_unzipped_location\bin and .\imagetool.cmd.
  • Run imagetool help to show the help text.

Quick Start

Use the Quick Start guide to create a Linux based WebLogic Docker image.

Building From Source

The Image Tool installer is available for download on the Releases page.
If you want to build the installer from source instead of downloading it, follow these instructions:

  • Download and install JDK 8u261+
  • Download and install Maven 3.6.3+
  • Clone this repository to your local environment using one of the options under Code near the top of this page.
  • From inside the top-level directory of the cloned project, weblogic-image-tool, using Maven, execute one or more of these phases:
    • validate - Validate the project is correct and all necessary information is available.
    • compile - Compile the source code.
    • test - Test the compiled source code using the JUnit5 framework.
    • package - Create the installer ZIP file, imagetool.zip.
    • verify - Run integration tests using the JUnit5 framework (Pre-requisite: Docker installed).
    • clean - Restore the source by removing any items created by package or another phase of the build.

Note: Maven executes build phases sequentially, validate, compile, test, package, verify, such that running verify will run all of these phases from validate through package before executing verify.

Because the package phase comes before the verify phase, it is not necessary to run the integration tests to create the Image Tool installer. If you are making changes and want to validate those changes in your environment, you will need to do some additional setup before running the verify phase because several of the integration tests require access to the Oracle Technology Network. To run the integration tests in the verify phase, you must specify three environment variables, ORACLE_SUPPORT_USERNAME, ORACLE_SUPPORT_PASSWORD, and STAGING_DIR. The first two, Oracle Support user name and password, are used to connect to Oracle OTN for patches. The third, STAGING_DIR, should be a local folder where WebLogic Server installers, JDK installers, and pre-downloaded patches can be found. The files required in the STAGING_DIR depend on which tests that you want to run.

Example: Run a set of integration tests (available groups are cache, gate, and nightly:

mvn verify -Dtest.groups=cache

Example: Run a single integration test:

mvn verify -Dtest.groups=gate,nightly -Dit.test=ITImagetool#createWlsImg

Integration Test groups:

  • cache - Tests that build and manipulate the Image Tool cache.
  • gate - A basic set of integration tests that are used to validate merge requests, including building several Docker image (~20 minutes)
  • nightly - The full set of integration tests building various Docker images including JRF and WLS installations (~2 hours)

Note: In order to run an integration test that builds an image like createWlsImg, you must run the cache group first in order to populate the cache with the WLS and JDK installers.

Samples

Additional tasks

Copyright

Copyright (c) 2019, 2021, Oracle and/or its affiliates.

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].