From 0e544fe83509add4a992ee33079924301b8adfa8 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 3 Feb 2023 21:23:29 +0100 Subject: [PATCH] builder: fix docker context not validated Signed-off-by: CrazyMax --- store/storeutil/storeutil.go | 1 + 1 file changed, 1 insertion(+) diff --git a/store/storeutil/storeutil.go b/store/storeutil/storeutil.go index e6c06828..4e6b0898 100644 --- a/store/storeutil/storeutil.go +++ b/store/storeutil/storeutil.go @@ -93,6 +93,7 @@ func GetNodeGroup(txn *store.Txn, dockerCli command.Cli, name string) (*store.No Endpoint: name, }, }, + DockerContext: true, } if ng.LastActivity, err = txn.GetLastActivity(ng); err != nil { return nil, err