Skip to content

Commit

Permalink
docs(raiko): add prompt to change image tag if using pulled image (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Oct 8, 2024
1 parent 8ad5a6f commit 7e10837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README_Docker_and_RA.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ docker pull us-docker.pkg.dev/evmchain/images/raiko:1.2.0
docker pull us-docker.pkg.dev/evmchain/images/pccs:latest
```

If you do this step, you need to change your raiko docker-compose.yml to use this image. Navigate to `raiko/docker` and search for `raiko:latest` and change all instances to `raiko:1.2.0`.

You can continue on with the following steps as usual after this.

6. Check that the images have been built
Expand Down

0 comments on commit 7e10837

Please sign in to comment.