Replies: 2 comments 1 reply
-
/cc @EricWittmann (openapi), @MikeEdgar (openapi), @geoand (jib), @phillip-kruger (openapi), @zakkak (native-image) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update: the issue seems with the native executable, When I start the runner in target, I get the same error:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to integrate the vert.x OpenAPI Router into a Quarkus Native app. I obtain the router object and mount the result of the OpenAPI as sub router.
Works like a charm. Until I tried to pack it in a native container with jib and quarkus-micro-image:2.0.
When I run it, it fails with an error:
Interestingly https://son-schema.org/draft/2020-12/schema is a working URL. So it seems the OpenAPI router wants to call out and can't from the container?
What do I miss?
Beta Was this translation helpful? Give feedback.
All reactions