GoogleContainerTools / GoogleContainerTools/skaffold
As a user I would like to have CC show progress when Jib is building
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
When using CC to build and deploy a new microservice the Jib build might take a bit of time. CC does not show any progress when building using Jib, this makes it seem like CC is stuck and that nothing is happening.
Running the `jib:build` command manually shows the following:
```
[INFO] Executing tasks:
[INFO] [======================= ] 76.3% complete
[INFO] > launching layer pushers
[INFO] > scheduling pushing manifests
[INFO] > pushing blob sha256:8567a8b739755fd03389d75b5...
```
The progress bar moves and the % number increases, letting the user know that work is happening. This is not shown on the CC logs.
The logging stops:
```
[INFO] Using base image with digest: sha256:6eff7d679b56fc3ff4b6eb7ca1e4c7fb528cfaee4ee788f946c93ea2f49b3dcc
[INFO]
[INFO] Container entrypoint set to [java, -cp, /app/resources:/app/classes:/app/libs/*, com.foo.bar.CatService]
```
Contributor guide
Assessment
This issue has not been assessed yet.