Skip to content

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

Description

@gpettey

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions