Signed-off-by: Krystian Wojcicki <kwojcicki@sympatico.ca>
| ... | ... |
@@ -44,6 +44,8 @@ func (s *systemRouter) getInfo(ctx context.Context, w http.ResponseWriter, r *ht |
| 44 | 44 |
info.Swarm = s.cluster.Info() |
| 45 | 45 |
} |
| 46 | 46 |
|
| 47 |
+ info.Builder = build.BuilderVersion(*s.features) |
|
| 48 |
+ |
|
| 47 | 49 |
if versions.LessThan(httputils.VersionFromContext(ctx), "1.25") {
|
| 48 | 50 |
// TODO: handle this conversion in engine-api |
| 49 | 51 |
type oldInfo struct {
|