--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAE_u_P56c8f9ZBZesnn-PmJOjVc%2BFRS5R-KATrhcsc1FDuLNfw%40mail.gmail.com.
Doesn’t solve the initial challenge. - where to get java17 image for our current setup.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAE_u_P56c8f9ZBZesnn-PmJOjVc%2BFRS5R-KATrhcsc1FDuLNfw%40mail.gmail.com.
On 1 Nov 2021, at 7:44, Sergey Bezrukov wrote:
I think it will be great to get rid of any additional downloads during the
docker build phase. My personal favorite java images is bellsoft's jdk
images (https://hub.docker.com/u/bellsoft)
whats special about those to make them favourites ?
Also, using
https://github.com/fabric8io-images/run-java-sh/blob/master/fish-pepper/run-java-sh/fp-files/run-java.sh
for application start seems a good idea,
I believe there are some newer replacement of these which haven't been updated for a while but not actually sure where they are atm.
We use this variant (base java image from bellsoft+run-java.sh) widely in
our Quarkus deployments and 100% happy with it.
cool.
--
Sergey Bezrukov
Cell: +7(903)790-93-34
Skype: sergey.bezrukovOn Wed, Oct 27, 2021 at 9:49 AM Andy Damevin adam...@redhat.com wrote:
Hello folks,
While making Java 17 available in our generated projects (#20849
https://github.com/quarkusio/quarkus/pull/20849 ), we stumbled upon the
fact that Java 17 is not yet available in the Red Hat packages catalog (it
should be added on November 9).
Currently, our containers are using raw ubi-minimal as base image and
then use the Red Hat packages catalog to install the jdk and the dockerfile
is manually configured.
- should we wait for java 17 and keep the current system?
- should we download the jdk manually and unzip it?
- should we use the ubi java image (I guess we will also have to wait for
java 17 to become available with this option). From Clement feedback it
seems it is very heavy.
- maybe another option?
Cheers,
Andy Damevin
--
You received this message because you are subscribed to the Google Groups
"Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/quarkus-dev/CAE_u_P56c8f9ZBZesnn-PmJOjVc%2BFRS5R-KATrhcsc1FDuLNfw%40mail.gmail.com
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAD1V%3DtR%2BPX1WvzWomLaWKj0T0eVG-WqHa3QHmWZWgpkAPOtc1g%40mail.gmail.com.
/max
https://xam.dk/about
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/12308B1B-131F-4CD9-8919-CE0CE14F658D%40redhat.com.
To be honest this worries me a bit. We should support Java 17 that is fine, but there is a different between supporting it and defaulting to it. Have we made a decision to default to Java 17 in our tooling?
My worries is that if we start to default our tooling to Java 17 and generate project setups with example code that will not compile on Java 11.
My worries is that if we start to default our tooling to Java 17 and generate project setups with example code that will not compile on Java 11. Initially I'm at least fine with us generating Java 11 projects that users can change to Java 17. But I guess my strong point here is. Just because we add Java 17 we cannot remove support for Java 11 and our tooling should either be able to handle both or if not possible, then it should default to 11.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAFPdrWidZE4yx234ZZ%3DrtiZXfbf8LdAmn418b_9sLtjsz9rJNA%40mail.gmail.com.