Code Monkey home page Code Monkey logo

Comments (3)

jshum2479 avatar jshum2479 commented on June 7, 2024 1

Yes, you can use server jre, for example

'''imagetool cache addInstaller --type jdk --path /home/acmeuser/Downloads/server-jre-8u221-linux-x64.tar.gz --version 8u221'''

then in create you can specify -jdkVersion 8u221

from weblogic-image-tool.

jshum2479 avatar jshum2479 commented on June 7, 2024 1

It's ok, that's the directory name and default convention.

from weblogic-image-tool.

senthil13 avatar senthil13 commented on June 7, 2024

Thanks, but internally its naming as JDK in the JAVA_HOME variable, Is it ok ?

Step 9/41 : ENV JAVA_PKG=${JAVA_PKG:-server-jre-*-linux-x64.tar.gz}     JAVA_HOME=/u01/jdk
 ---> Running in b5823a5e5f95
Removing intermediate container b5823a5e5f95
 ---> a76fd1f48117
Step 10/41 : COPY --chown=oracle:oracle $JAVA_PKG /tmp/delme/
 ---> 4c95f9aed7e8
Step 11/41 : USER oracle
 ---> Running in 39d292a9479a
Removing intermediate container 39d292a9479a
 ---> 6fdc84740359
Step 12/41 : RUN tar xzf /tmp/delme/$JAVA_PKG -C /u01  && mv /u01/jdk* /u01/jdk  && rm -rf /tmp/delme

from weblogic-image-tool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.