From 0eac57d1ec6c98cb95480429cc49f05f5173f229 Mon Sep 17 00:00:00 2001 From: Christopher Sasarak Date: Wed, 11 Sep 2024 17:09:24 -0500 Subject: [PATCH] redis digest --- test/Container/RegistryApiSpec.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Container/RegistryApiSpec.hs b/test/Container/RegistryApiSpec.hs index 68c44ef1c4..0f4593262c 100644 --- a/test/Container/RegistryApiSpec.hs +++ b/test/Container/RegistryApiSpec.hs @@ -104,7 +104,7 @@ registryApiSpec = confDigest <- getImageConfig amd64 dhImageWithDigest confDigest `shouldBe'` dhImageDigest - focus $ it' "should get manifest for multi-platform image (chooses target platform - grafana arm)" $ do + it' "should get manifest for multi-platform image (chooses target platform - grafana arm)" $ do confDigest <- getImageConfig arm64 grafanaMultiArchImage confDigest `shouldBe'` grafanaMultiArchImageDigest @@ -174,7 +174,7 @@ redisImage :: Text redisImage = "redis:6.0.14-buster" redisImageDigest :: RepoDigest -redisImageDigest = RepoDigest "sha256:86813a7dd3971d9b8088bb34fd894d2cf18a48679d3d8d958a1a0bd4955e6cef" +redisImageDigest = RepoDigest "sha256:dd347200af9dbdb9a5f55851d1a0b8b5fb89462b94e84ac0bba89dfec30504fb" haskellDevImage :: Text haskellDevImage = "ghcr.io/fossas/haskell-dev-tools:9.0.2"