orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Improve correlation of docker container names x build id #197

Closed tjtelan closed 4 years ago

tjtelan commented 5 years ago

I just happen to be on a werker node looking at containers, and it occurred to me that I can't easily tell what build the container I'm looking at belongs to without needing to do a docker inspect, and going through the git hash.

This includes #154 but other things we could do is:

All of this is with a "removing doubt about what I'm looking at", and not a "use this info while I'm watching a build" lense.