GithubHelp home page GithubHelp logo

Comments (6)

brunoborges avatar brunoborges commented on May 15, 2024

@bikboy, how are you building the image? Please provide as many details as possible.

from docker-images.

bikboy avatar bikboy commented on May 15, 2024

@brunoborges i just did all you by instruction, but in first step when we run script buildDockerImage.sh there first step where Dockerfile.developer(or whatever) script download oracle/oraclelinux image:

FROM oracle/oraclelinux:latest

So problem is - this image dont include jdk installed within
I solve tihs problem by installing jdk rpm into this downloaded oraclelinux image

from docker-images.

Djelibeybi avatar Djelibeybi commented on May 15, 2024

The Dockerfile.developer installs the JDK itself via the follow ADD command:

ADD $JAVA_PKG /usr/java/

You need to make sure you've downloaded server-jre-8u65-linux-x64.gz properly, as per the instructions before you start the build too.

from docker-images.

bikboy avatar bikboy commented on May 15, 2024

ofcourse i did it , but in instruction there server-jre-8u65-linux-x64.tar.gz mention(.download file) so i just tar this gz archive to tar.gz , is my problem was in that? jre not installed properly?

from docker-images.

Djelibeybi avatar Djelibeybi commented on May 15, 2024

This has been fixed via an update. Please update your git repo to get the latest instructions.

Sent from my iPhone

On 27 Jan 2016, at 6:05 PM, Tim Bikbaev [email protected] wrote:

ofcourse i did it , but in instruction there server-jre-8u65-linux-x64.tar.gz mention(.download file) so i just tar this gz archive to tar.gz , is my problem was in that? jre not installed properly?


Reply to this email directly or view it on GitHub.

from docker-images.

bikboy avatar bikboy commented on May 15, 2024

yap, after repo update - all work great, thx

from docker-images.

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.