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
Actually, if there would be provided a tag != 'latest' it would be shown here, too. Also, in the Docker world no tag always means latest and in fact, the name send to the Docker daemon is without latest in this case. If you would have specified <name>camelinaction/spring-docker:latest</name>, it would have shown the :latest here, too (it simplies puts out the name of the image).
But I agreed, let's be more specific here (although it might hinder debugging a bit as it is not the name you have configured, but shouldn't harm here)
I am using d-m-p 0.20.0 and when I build a docker image with a hardcoded name (without version)
Then the console logs
It does not show the version which would be
latest
as there was no version specified.I wonder if the plugin should not output this so the end-user always see the entire coordinate of the built image, eg it should log
The text was updated successfully, but these errors were encountered: