Coder Social home page Coder Social logo

Comments (6)

joakime avatar joakime commented on June 15, 2024

openjdk-8-jre is part of the unstable/sid suite in debian.

https://packages.debian.org/unstable/java/openjdk-8-jre

According to debian.org, there is no stable release of openjdk-8-jre

https://packages.debian.org/stable/java/openjdk-8-jre (will return an error)

stable/jessie only has openjdk-7-jre as its latest.

https://packages.debian.org/stable/java/openjdk-7-jre

from openjdk-runtime.

joakime avatar joakime commented on June 15, 2024

Move the install of openjdk-8-jre down to the sid section in the Dockerfile and it should start to work.

from openjdk-runtime.

joakime avatar joakime commented on June 15, 2024

openjdk-8-jre is also listed in jessie-backports (currently at version 8u111).

https://packages.debian.org/jessie-backports/openjdk-8-jre

Of note, there is also a openjdk-8-jre-headless which seems like a good fit for this image, and its available at version 8u102 as well.

https://packages.debian.org/jessie-backports/openjdk-8-jre-headless

from openjdk-runtime.

meltsufin avatar meltsufin commented on June 15, 2024

@joakime Do you also get an error when you run mvn clean install on this repo? I'm trying to see if this is due to my environment because this build used to work.

from openjdk-runtime.

joakime avatar joakime commented on June 15, 2024

Yes, the build fails for me with 8u102, but not with 8u111.

The 8u102 version is not present in the Packages.gz on the debian repos, so its not possible to install the 8u102 version anymore using the version qualifier found in commit 4cac10b

If I use commit 056e113 (the parent of the above commit) to build it works (this is the commit before the version qualified commit)

The Dockerfile in this prior commit looks like this: https://github.com/GoogleCloudPlatform/openjdk-runtime/blob/056e113ca2174acaeb4db3f24a3131dad2006644/openjdk8/src/main/docker/Dockerfile

from openjdk-runtime.

meltsufin avatar meltsufin commented on June 15, 2024

For me even 8u111 fails, but I think that is due to my environment.

from openjdk-runtime.

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.