Using fast-jar breaks quarkus-container-image-jib in 1.6.0.Final #10711
Labels
area/container-image
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Describe the bug
Quarkus 1.6.0.Final jib support fails to build an image when using
quarkus.package.type=fast-jar
due to library directory changes.Expected behavior
When using quarkus-container-image-jib and
quarkus.package.type=fast-jar
the image build succeeds and is pushed to the repository.Actual behavior
When using quarkus-container-image-jib and
quarkus.package.type=fast-jar
the image build fails with this trace:To Reproduce
Steps to reproduce the behavior:
1.
2.
3.
Configuration
quarkus.package.type=fast-jar
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
:Darwin xxx 19.5.0 Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64 x86_64
java -version
:mvnw --version
orgradlew --version
):Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: