Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add static.NewLayer #1093

Merged
merged 4 commits into from
Jul 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unnecessary comment
  • Loading branch information
imjasonh committed Jul 29, 2021
commit d81fc7c957b0324a961e938e1b3be58878f14912
1 change: 0 additions & 1 deletion pkg/v1/static/static_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func TestNewLayer(t *testing.T) {
if h != h2 {
t.Errorf("Digest != DiffID; digest is %v, diffid is %v", h, h2)
}
// sha256("..........")
wantDigest, err := v1.NewHash("sha256:537f3fb69ba01fc388a3a5c920c485b2873d5f327305c3dd2004d6a04451659b")
if err != nil {
t.Fatal(err)
Expand Down