mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
add digest (#1549)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
2d2a7c88d0
commit
6c3d72f0f9
@ -175,7 +175,8 @@ const algoDdoWithNoTimeout = {
|
|||||||
entrypoint: 'node $ALGO',
|
entrypoint: 'node $ALGO',
|
||||||
image: 'ubuntu',
|
image: 'ubuntu',
|
||||||
tag: 'latest',
|
tag: 'latest',
|
||||||
checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550'
|
checksum:
|
||||||
|
'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -216,7 +217,8 @@ const algoDdoWith1mTimeout = {
|
|||||||
entrypoint: 'node $ALGO',
|
entrypoint: 'node $ALGO',
|
||||||
image: 'ubuntu',
|
image: 'ubuntu',
|
||||||
tag: 'latest',
|
tag: 'latest',
|
||||||
checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550'
|
checksum:
|
||||||
|
'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user