diff --git a/cmd/skopeo/fixtures/corrupt.signature b/cmd/skopeo/fixtures/corrupt.signature index 95c29087..907e703f 100644 Binary files a/cmd/skopeo/fixtures/corrupt.signature and b/cmd/skopeo/fixtures/corrupt.signature differ diff --git a/cmd/skopeo/fixtures/image.signature b/cmd/skopeo/fixtures/image.signature index f8927212..86f17917 100644 Binary files a/cmd/skopeo/fixtures/image.signature and b/cmd/skopeo/fixtures/image.signature differ diff --git a/cmd/skopeo/fixtures/pubring.gpg b/cmd/skopeo/fixtures/pubring.gpg index 2d922b42..e1e907ad 100644 Binary files a/cmd/skopeo/fixtures/pubring.gpg and b/cmd/skopeo/fixtures/pubring.gpg differ diff --git a/cmd/skopeo/fixtures/secring.gpg b/cmd/skopeo/fixtures/secring.gpg index 36cf0f7d..bb460cb6 100644 Binary files a/cmd/skopeo/fixtures/secring.gpg and b/cmd/skopeo/fixtures/secring.gpg differ diff --git a/cmd/skopeo/fixtures/trustdb.gpg b/cmd/skopeo/fixtures/trustdb.gpg index 5449174f..d5674246 100644 Binary files a/cmd/skopeo/fixtures/trustdb.gpg and b/cmd/skopeo/fixtures/trustdb.gpg differ diff --git a/cmd/skopeo/signing_test.go b/cmd/skopeo/signing_test.go index ba16b82e..b905facc 100644 --- a/cmd/skopeo/signing_test.go +++ b/cmd/skopeo/signing_test.go @@ -16,9 +16,9 @@ const ( // fixturesTestImageManifestDigest is the Docker manifest digest of "image.manifest.json" fixturesTestImageManifestDigest = digest.Digest("sha256:20bf21ed457b390829cdbeec8795a7bea1626991fda603e0d01b4e7f60427e55") // fixturesTestKeyFingerprint is the fingerprint of the private key. - fixturesTestKeyFingerprint = "1D8230F6CDB6A06716E414C1DB72F2188BB46CC8" + fixturesTestKeyFingerprint = "08CD26E446E2E95249B7A405E932F44B23E8DD43" // fixturesTestKeyFingerprint is the key ID of the private key. - fixturesTestKeyShortID = "DB72F2188BB46CC8" + fixturesTestKeyShortID = "E932F44B23E8DD43" ) // Test that results of runSkopeo failed with nothing on stdout, and substring