Skip to content

Commit

Permalink
chore: use matching default images in image load script
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Jul 12, 2024
1 parent a3be84b commit d7248fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions local-scripts/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

images = [
'amazon/aws-cli',
'ceramicnetwork/ceramic-anchor-service:latest',
'ceramicnetwork/composedb:latest',
'gresau/localstack-persist:2',
'public.ecr.aws/r5b3e0r5/3box/cas-contract',
'public.ecr.aws/r5b3e0r5/3box/ceramic-one',
'ceramicnetwork/ceramic-anchor-service:develop',
'ceramicnetwork/composedb:develop',
'gresau/localstack-persist:3',
'public.ecr.aws/r5b3e0r5/3box/cas-contract:latest',
'public.ecr.aws/r5b3e0r5/3box/ceramic-one:latest',
'public.ecr.aws/r5b3e0r5/3box/go-cas:latest',
'trufflesuite/ganache'
]
Expand Down

0 comments on commit d7248fd

Please sign in to comment.