From a76742e3791278e00f0b76ba6bfdbc4d12841601 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Tue, 3 Jun 2025 16:22:45 -0700 Subject: [PATCH] Update docker manifest image sha (#5) Signed-off-by: Kathryn Baldauf --- Tests/ContainerizationOCITests/RegistryClientTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ContainerizationOCITests/RegistryClientTests.swift b/Tests/ContainerizationOCITests/RegistryClientTests.swift index f68a9092..3a13cb9a 100644 --- a/Tests/ContainerizationOCITests/RegistryClientTests.swift +++ b/Tests/ContainerizationOCITests/RegistryClientTests.swift @@ -106,7 +106,7 @@ struct OCIClientTests: ~Copyable { func resolveSha() async throws { let client = RegistryClient(host: "ghcr.io", authentication: Self.authentication) let descriptor = try await client.resolve( - name: "apple/containerization/dockermanifestimage", tag: "sha256:27bc227e516fd01daaf4c0146ea749ef7ecbc6586cbb715deac9a9bfb72b1ce8") + name: "apple/containerization/dockermanifestimage", tag: "sha256:c8d344d228b7d9a702a95227438ec0d71f953a9a483e28ffabc5704f70d2b61e") let namedDescriptor = try await client.resolve(name: "apple/containerization/dockermanifestimage", tag: "0.0.2") #expect(descriptor == namedDescriptor) #expect(descriptor.mediaType == MediaTypes.dockerManifest)