From 24eb6eaef54fc65c327cb3f60c9b5e82824b4d0d Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Sat, 7 Nov 2020 10:10:40 +0100 Subject: [PATCH] Fix test with docker buildkit --- pkg/compiler/artifact_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/compiler/artifact_test.go b/pkg/compiler/artifact_test.go index 83713c24..de653fde 100644 --- a/pkg/compiler/artifact_test.go +++ b/pkg/compiler/artifact_test.go @@ -118,6 +118,7 @@ RUN echo bar > /test2`)) ToImage: filepath.Join(tmpdir, "output2.tar"), Diffs: ArtifactDiffs{ Additions: []ArtifactNode{ + {Name: "/etc/resolv.conf", Size: 0}, {Name: "/test", Size: 4}, {Name: "/test2", Size: 4}, },