Skip to content

Commit 49276e8

Browse files
Update docker manifest image sha (#5)
Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
1 parent 0b1a15f commit 49276e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ContainerizationOCITests/RegistryClientTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ struct OCIClientTests: ~Copyable {
106106
func resolveSha() async throws {
107107
let client = RegistryClient(host: "ghcr.io", authentication: Self.authentication)
108108
let descriptor = try await client.resolve(
109-
name: "apple/containerization/dockermanifestimage", tag: "sha256:27bc227e516fd01daaf4c0146ea749ef7ecbc6586cbb715deac9a9bfb72b1ce8")
109+
name: "apple/containerization/dockermanifestimage", tag: "sha256:c8d344d228b7d9a702a95227438ec0d71f953a9a483e28ffabc5704f70d2b61e")
110110
let namedDescriptor = try await client.resolve(name: "apple/containerization/dockermanifestimage", tag: "0.0.2")
111111
#expect(descriptor == namedDescriptor)
112112
#expect(descriptor.mediaType == MediaTypes.dockerManifest)

0 commit comments

Comments
 (0)