this is against 3.5.1
So, I have a minor issue with the logging of jib. This is not a problem with building, or deploying, just logging.
In the Maven output of a build, I see
[INFO] Built and pushed image as repo/container, repo/container:1.0.0-SNAPSHOT, repo/container:branch, repo/container
Obviously the first and last element are bogus, and only the tags got pushed. Additiionally, latest was built and pushed, but not logged accurately.
<tags>
<tag>latest</tag>
<tag>${project.version}</tag>
<tag>${env.BRANCH_NAME}</tag>
</tags>
this is against 3.5.1
So, I have a minor issue with the logging of jib. This is not a problem with building, or deploying, just logging.
In the Maven output of a build, I see
Obviously the first and last element are bogus, and only the tags got pushed. Additiionally, latest was built and pushed, but not logged accurately.