You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"", fmt.Errorf("unable to calculate build context globs checksum: %w", err)
50
+
} else {
51
+
args=append(args, "SrcChecksum", srcChecksum)
52
+
}
40
53
}
41
-
args=append(args, "SrcChecksum", pathsChecksum)
42
54
43
55
// TODO(staged-dockerfile): support http src and --checksum option: https://docs.docker.com/engine/reference/builder/#verifying-a-remote-file-checksum-add---checksumchecksum-http-src-dest
44
56
// TODO(staged-dockerfile): support git ref: https://docs.docker.com/engine/reference/builder/#adding-a-git-repository-add-git-ref-dir
0 commit comments