vendor: github.com/moby/buildkit v0.23.0-rc1

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
Jonathan A. Sternberg
2025-06-11 16:29:31 -05:00
parent 1b4bd20e6f
commit e1adeee898
1145 changed files with 62545 additions and 34279 deletions
+2 -1
View File
@@ -148,7 +148,8 @@ func (s *sender) sendFile(h *sendHandle) error {
func (s *sender) walk(ctx context.Context) error {
var i uint32 = 0
err := s.fs.Walk(ctx, "/", func(path string, entry os.DirEntry, err error) error {
target := string(filepath.Separator)
err := s.fs.Walk(ctx, target, func(path string, entry os.DirEntry, err error) error {
if err != nil {
return err
}
+1 -1
View File
@@ -1,7 +1,7 @@
#syntax=docker/dockerfile:1.8
#check=error=true
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
ARG XX_VERSION=1.4.0
ARG COVER_FILENAME="cover.out"