-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java-quarkus Devfile stack fails to build community
starter project
#23562
Comments
Spoke with @maxandersen and he asked me to open an issue here for this issue |
So this is about the maven version being out of date? |
@geoand It's coming from the registry.access.redhat.com/ubi8/openjdk-11:latest container image:
Which is specified here in the java-quarkus devfile. |
Thanks. @maxandersen not sure what we can do here... |
we'll need to either get mvn 3.8 included in ubi8 or we need to investigate if we can't avoid having to call out to 3.8 only API unless absolutely necessary. @aloubyansky is it really required ? |
like, it seem to build and run just fine with 2.6.x - no registry access needed afaics. |
Do we happen to have an update on this? |
it should be fixed with latest 2.7.2 quarkus so it doesn't fail. It was released last night so if you run the tests again you should see it pass. |
No longer seeing the failure, so closing this out. Thanks for fixing this 👍 |
Describe the bug
I downloaded the
java-quarkus
stack from the Devfile Registry, and used odo to deploy it onto Kubernetes, using thecommunity
starter project (https://code.quarkus.io/d?e=io.quarkus%3Aquarkus-resteasy&e=io.quarkus%3Aquarkus-micrometer&e=io.quarkus%3Aquarkus-smallrye-health&e=io.quarkus%3Aquarkus-openshift&cn=devfile). But the application never becomes available and I see the following in the container logs:
CC @maxandersen
Expected behavior
The
community
starter project is built successfully and becomes available.Actual behavior
The
community
starter project fails to build.How to Reproduce?
java-quarkus
devfile stack on OpenShifta.
odo create java-quarkus --starter community
b.
odo push
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
We first started detecting this failure on the Devfile Registry CI on February 2nd: https://github.com/devfile/registry/actions/runs/1785051164, with the previous test run on Jan 24th passing: https://github.com/devfile/registry/actions/runs/1741799549
(Unfortunately we don't have the container logs from those test runs, so it may not help with debugging).
The text was updated successfully, but these errors were encountered: