We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting quarkusBuild on a project configured with:
quarkusBuild
quarkus.container-image.group=
the build fails with:
The supplied combination of container-image group '' and name 'application-name' is invalid
This could probably be due to #19958
It should build and then create a docker image without a group.
No response
Add
and run
gradlew quarkusBuild
uname -a
ver
java -version
2.3.0.CR1
mvnw --version
gradlew --version
gradlew 7.2
The text was updated successfully, but these errors were encountered:
/cc @geoand
Sorry, something went wrong.
Reinstate ability to set an empty container-image group
d648de1
Fixes: quarkusio#20376
10ec5e4
Merge pull request #20404 from geoand/#20376
4c39153
a8ab35f
Fixes: quarkusio#20376 (cherry picked from commit 10ec5e4)
Successfully merging a pull request may close this issue.
Describe the bug
When starting
quarkusBuild
on a project configured with:quarkus.container-image.group=
the build fails with:
This could probably be due to #19958
Expected behavior
It should build and then create a docker image without a group.
Actual behavior
No response
How to Reproduce?
Add
quarkus.container-image.group=
and run
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
2.3.0.CR1
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradlew 7.2
Additional information
No response
The text was updated successfully, but these errors were encountered: