You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that info is writting in the guide: https://quarkus.pro/guides/container-image.html but would be nice an warning instead of "nothing" because I forgot that part and this would save people wasting time figuring this out.
Thx
The text was updated successfully, but these errors were encountered:
Description
When doing
./mvnw clean package
it does not emit any warning/error trying to create a docker image and/or pushing it.It took me some hours to find out that I must put an Container Image extensions like this one:
I know that info is writting in the guide: https://quarkus.pro/guides/container-image.html but would be nice an warning instead of "nothing" because I forgot that part and this would save people wasting time figuring this out.
Thx
The text was updated successfully, but these errors were encountered: