Skip to content

Commit

Permalink
Update acceptance/reproducibility_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
natalieparellano authored Oct 25, 2023
1 parent 67824e9 commit 9c78088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/reproducibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func compare(t *testing.T, img1, img2 string) {
cfg2, err := v1img2.ConfigFile()
h.AssertNil(t, err)

// images that were created locally may have `DockerVersion` equal to "dev" and missing `Config.Image`
// images that were created locally may have `DockerVersion` equal to "dev" and missing `Config.Image` if the daemon uses containerd storage
cfg1.DockerVersion = ""
cfg2.DockerVersion = ""
cfg1.Config.Image = ""
Expand Down

0 comments on commit 9c78088

Please sign in to comment.