Browse Source

builder: update ID of trace messages

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi 7 years ago
parent
commit
8ccbc2c40a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      builder/builder-next/builder.go

+ 1 - 1
builder/builder-next/builder.go

@@ -260,7 +260,7 @@ func (b *Builder) Build(ctx context.Context, opt backend.BuildConfig) (*builder.
 			}
 			auxJSON := new(json.RawMessage)
 			*auxJSON = auxJSONBytes
-			msgJSON, err := json.Marshal(&jsonmessage.JSONMessage{ID: "buildkit-trace", Aux: auxJSON})
+			msgJSON, err := json.Marshal(&jsonmessage.JSONMessage{ID: "moby.buildkit.trace", Aux: auxJSON})
 			if err != nil {
 				return err
 			}