-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
add .s2i/environment to getting-started for OOB OpenShift S2I support #81
Conversation
quarkusio#1306 see also quarkusio#1305 requires quarkusio/quarkus-quickstarts#81 and then to actually publish the link to this new guide in the menu it needs quarkusio/quarkusio.github.io#126
NB: This is with An alternative without that is proposed for discussion in #82. |
@cescoffier what do we want to do re. this one? |
@cescoffier and I discussed yesterday that he really much prefers having #82 folded into this one, so I've cherry-picked 002fc14 from there to here. We also concluded that we do NOT want a separate |
via .s2i/environment with suitable options, and by fixing the JAR's finalName in POM, see quarkusio/quarkus#1305 Credit goes to @gastaldi for "inspiration" for this taken from Launcher.
4cc0750
to
9243d59
Compare
@cescoffier @gastaldi @geoand this is ready for your review and merge from my side now. |
Looks good to me 👍 |
We would need some words in the Kubernetes - OpenShift guide (main quarkus repository) |
yep, that's proposed over in quarkusio/quarkus#1353 |
@cescoffier please re-review, I expect you'll like this better now... 🛩️ @gastaldi check out how this avoids fixing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Does it work with the latest release or does it required SNAPSHOT? As this PR is open against master, it has to tun against the latest release. But I guess it's not the case. So we would need to re-open it against the development branch. |
it works just fine against the latest release as-is! (I tested it.)
Given above, is it OK to keep it for
FYI GitHub Trick: PR Edit (upper right hand corner) let's you change the into branch - useful. |
No description provided.