Closed doublefx closed 1 year ago
CC @andreaTP @cescoffier
I would be in favor of removing the whole section. Using musl is leading to nasty issues with native images (which we compile using the standard glibc)
We already have "micro" image supports with quarkus-micro.
The section is flagged as experimental - so actually, we can keep it.
Looking at the diff, it's only a musl update - I will open a PR.
/cc @geoand(jib)
@cescoffier @geoand do you have in place any automation to test in CI snippets for the Docs?
That's a question for @gsmet and @ebullient
No we don't- not for dockerfile
@cescoffier What kind of nasty issues have you met?
I haven't seen anything weird using REST+CRUD + eventBus + read from FileSystem But it would be good to know what not to do when using Musl.
I have seen many issues, often related to TLS / https but not only:
The updated docs can include tested code samples: https://quarkus.io/guides/doc-reference#reference-source-code
Detailed meta example/tutorial is here: https://quarkus.io/guides/doc-create-tutorial#using-a-source-file (this is in the context of a tutorial for creating a tutorial.. but the mechanics are there)
Describe the bug
If I follow the using-a-scratch-base-image instructions, docker fails to build the image.
Specifically, the
musl
build part is not up to date.I guess the doc should be updated, this is working:
Tested on Rest and Rest+CRUD Quarkus apps with amazing results using: