Skip to content

Commit 86a8c17

Browse files
committed
fixup! e2e: Update alpine to 3.17.2
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 61edf36 commit 86a8c17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

e2e/image/push_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestPushAllTags(t *testing.T) {
4444
golden.Assert(t, result.Stderr(), "push-with-content-trust-err.golden")
4545
output.Assert(t, result.Stdout(), map[int]func(string) error{
4646
0: output.Equals("The push refers to repository [registry:5000/push-all-tags]"),
47-
1: output.Equals("5bef08742407: Preparing"),
47+
1: output.Equals("7cd52847ad77: Preparing"),
4848
3: output.Equals("latest: digest: sha256:e2e16842c9b54d985bf1ef9242a313f36b856181f188de21313820e177002501 size: 528"),
4949
6: output.Equals("v1: digest: sha256:e2e16842c9b54d985bf1ef9242a313f36b856181f188de21313820e177002501 size: 528"),
5050
9: output.Equals("v1.0: digest: sha256:e2e16842c9b54d985bf1ef9242a313f36b856181f188de21313820e177002501 size: 528"),
@@ -73,7 +73,7 @@ func TestPushWithContentTrust(t *testing.T) {
7373
golden.Assert(t, result.Stderr(), "push-with-content-trust-err.golden")
7474
output.Assert(t, result.Stdout(), map[int]func(string) error{
7575
0: output.Equals("The push refers to repository [registry:5000/trust-push]"),
76-
1: output.Equals("5bef08742407: Preparing"),
76+
1: output.Equals("7cd52847ad77: Preparing"),
7777
3: output.Equals("latest: digest: sha256:e2e16842c9b54d985bf1ef9242a313f36b856181f188de21313820e177002501 size: 528"),
7878
4: output.Equals("Signing and pushing trust metadata"),
7979
5: output.Equals(`Finished initializing "registry:5000/trust-push"`),

e2e/internal/fixtures/fixtures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
// AlpineImage is an image in the test registry
1818
AlpineImage = "registry:5000/alpine:frozen"
1919
// AlpineSha is the sha of the alpine image
20-
AlpineSha = "c41ab5c992deb4fe7e5da09f67a8804a46bd0592bfdf0b1847dde0e0889d2bff"
20+
AlpineSha = "e2e16842c9b54d985bf1ef9242a313f36b856181f188de21313820e177002501"
2121
// BusyboxImage is an image in the test registry
2222
BusyboxImage = "registry:5000/busybox:frozen"
2323
// BusyboxSha is the sha of the busybox image

0 commit comments

Comments
 (0)