This reverts commit f821f002e51cc4ac082c53985cdfc5d04ca76c21.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -52,8 +52,6 @@ func (s *systemRouter) getInfo(ctx context.Context, w http.ResponseWriter, r *ht |
| 52 | 52 |
info.Swarm = s.cluster.Info() |
| 53 | 53 |
} |
| 54 | 54 |
|
| 55 |
- info.Builder = build.BuilderVersion(*s.features) |
|
| 56 |
- |
|
| 57 | 55 |
if versions.LessThan(httputils.VersionFromContext(ctx), "1.25") {
|
| 58 | 56 |
// TODO: handle this conversion in engine-api |
| 59 | 57 |
type oldInfo struct {
|