GoogleContainerTools / GoogleContainerTools/jib
logging issue: "built and pushed image as container" (tagless)
Open
priority:p3
- Dominant language
- Java
- Stars
- 14.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
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
latest
${project.version}
${env.BRANCH_NAME}
```
Contributor guide
Assessment
This issue has not been assessed yet.