-
Team or ProjectNo response Module Affected
Rust Version1.85.0 Operating System
Issue DescriptionI am building docker images and deploying an zk ecosystem from the branch Expected BehaviorIt should be commited in the docker folder of the source code Current BehaviorThere is no Dockerfile for this component Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
So when you say "building the image", is because you are making prover and witness generator changes so you can't use the existing docker images If you are looking for the script to build the image, it's here: https://github.com/matter-labs/zksync-era/blob/main/infrastructure/zk/src/docker.ts Building the binary is from here: I don't have enough context to help, but hopefully that's enough context around the problem! |
Beta Was this translation helpful? Give feedback.
Yes, exactly!
The witness-vector-generator dockerfile isn't pushed into the docker folder.