mirror of https://github.com/docker/buildx.git
Merge pull request #1455 from crazy-max/nodegroup-exclude-field
store: skip DockerContext field from being saved
This commit is contained in:
commit
d1f79317cf
|
|
@ -16,7 +16,9 @@ type NodeGroup struct {
|
||||||
Driver string
|
Driver string
|
||||||
Nodes []Node
|
Nodes []Node
|
||||||
Dynamic bool
|
Dynamic bool
|
||||||
DockerContext bool
|
|
||||||
|
// skip the following fields from being saved in the store
|
||||||
|
DockerContext bool `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Node struct {
|
type Node struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue