mirror of
https://github.com/mudler/luet.git
synced 2025-09-21 03:00:57 +00:00
bump github.com/moby/buildkit to v0.13.0 (#351)
* bump github.com/moby/buildkit to v0.13.0 Signed-off-by: Nianyu Shen <nianyu@spectrocloud.com> * fix: update dep usage based on newer version Signed-off-by: Nianyu Shen <nianyu@spectrocloud.com> * remove empty line Signed-off-by: Nianyu Shen <nianyu@spectrocloud.com> * ci: bump golang to 1.21.x * Bump moby * debug --------- Signed-off-by: Nianyu Shen <nianyu@spectrocloud.com> Co-authored-by: Nianyu Shen <nianyu@spectrocloud.com>
This commit is contained in:
committed by
GitHub
parent
c47bf4833a
commit
4c788ccbd1
35
vendor/github.com/Microsoft/hcsshim/internal/logfields/fields.go
generated
vendored
35
vendor/github.com/Microsoft/hcsshim/internal/logfields/fields.go
generated
vendored
@@ -3,21 +3,44 @@ package logfields
|
||||
const (
|
||||
// Identifiers
|
||||
|
||||
Name = "name"
|
||||
Namespace = "namespace"
|
||||
Operation = "operation"
|
||||
|
||||
ID = "id"
|
||||
SandboxID = "sid"
|
||||
ContainerID = "cid"
|
||||
UVMID = "uvm-id"
|
||||
ExecID = "eid"
|
||||
ProcessID = "pid"
|
||||
TaskID = "tid"
|
||||
UVMID = "uvm-id"
|
||||
|
||||
// networking and IO
|
||||
|
||||
File = "file"
|
||||
Path = "path"
|
||||
Bytes = "bytes"
|
||||
Pipe = "pipe"
|
||||
|
||||
// Common Misc
|
||||
|
||||
// Timeout represents an operation timeout.
|
||||
Timeout = "timeout"
|
||||
Attempt = "attemptNo"
|
||||
JSON = "json"
|
||||
|
||||
// Time
|
||||
|
||||
StartTime = "startTime"
|
||||
EndTime = "endTime"
|
||||
Duration = "duration"
|
||||
Timeout = "timeout"
|
||||
|
||||
// Keys/values
|
||||
|
||||
Field = "field"
|
||||
Key = "key"
|
||||
OCIAnnotation = "oci-annotation"
|
||||
Value = "value"
|
||||
Options = "options"
|
||||
|
||||
// Golang type's
|
||||
|
||||
@@ -29,4 +52,10 @@ const (
|
||||
// runhcs
|
||||
|
||||
VMShimOperation = "vmshim-op"
|
||||
|
||||
// logging and tracing
|
||||
|
||||
TraceID = "traceID"
|
||||
SpanID = "spanID"
|
||||
ParentSpanID = "parentSpanID"
|
||||
)
|
||||
|
Reference in New Issue
Block a user