When trying to test the efficacy of layer caching and trying to make optimizations around the same, it's currently necessary to view the raw logs of the action output. This is both tedious and somewhat difficult to follow due to the log formatting.
What I'd like to see:
[ ] During pull, display the duration and size of each successfully-pulled image
[x] After pull, show total duration
[x] After each build step, include duration
[ ] After each build step, show image size
Also, on the same thread, it'd be nice to suppress the exec data if possible. This may be tied to the implementation of that tool though. And it should in general respect the quiet setting.
When trying to test the efficacy of layer caching and trying to make optimizations around the same, it's currently necessary to view the raw logs of the action output. This is both tedious and somewhat difficult to follow due to the log formatting.
What I'd like to see:
Also, on the same thread, it'd be nice to suppress the exec data if possible. This may be tied to the implementation of that tool though. And it should in general respect the
quiet
setting.