From 7955fc809bec619d799506772e147e68c5b231ba Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 28 Jul 2022 18:41:36 +0300 Subject: [PATCH] update algorithms container checksums --- test/integration/ComputeFlow.test.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index d2305d27..5d3a7c79 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -154,7 +154,8 @@ const algoDdoWithNoTimeout = { entrypoint: 'node $ALGO', image: 'ubuntu', tag: 'latest', - checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550' + checksum: + 'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19' } } }, @@ -195,7 +196,8 @@ const algoDdoWith1mTimeout = { entrypoint: 'node $ALGO', image: 'ubuntu', tag: 'latest', - checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550' + checksum: + 'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19' } } },