#4510·jib

logging issue: "built and pushed image as container" (tagless)

Author: gpetteyCreated Jun 16, 2026Updated Jul 24, 2026
Labelspriority:p3

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.

xml
<tags>
    <tag>latest</tag>
    <tag>${project.version}</tag>
    <tag>${env.BRANCH_NAME}</tag>
</tags>

Source: GoogleContainerTools/jib