-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(tessera): updated tessera version error in quorum-all-in-one #2411
Labels
bug
Something isn't working
Comments
Hello @petermetz , can you assign to this me? Thank you. |
ruzell22
added a commit
to ruzell22/cactus
that referenced
this issue
Jul 12, 2023
…rledger-cacti#2411 fixes: hyperledger-cacti#2411 related to: hyperledger-cacti#2240 and hyperledger-cacti#2274 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
@ruzell22 Done, thank you! |
petermetz
pushed a commit
to ruzell22/cactus
that referenced
this issue
Jul 16, 2023
…rledger-cacti#2411 fixes: hyperledger-cacti#2411 related to: hyperledger-cacti#2240 and hyperledger-cacti#2274 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
petermetz
pushed a commit
that referenced
this issue
Jul 16, 2023
sandeepnRES
pushed a commit
to sandeepnRES/cacti
that referenced
this issue
Dec 21, 2023
…rledger-cacti#2411 fixes: hyperledger-cacti#2411 related to: hyperledger-cacti#2240 and hyperledger-cacti#2274 Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Tessera version is updated in #2240 in the dockerfile of quorum-all-in-one to fix the vulnerabilities. However, after the update, when running the docker image of quorum-all-in-one, tessera is having an issue. Versions lower than 21.1.7 works with the older version that is being used which is 21.1.1. The tessera was updated to 22.1.7 which has drastic changes which will be needed to be updated on our end as well in order for tessera to work for quorum-all-in-one.
To Reproduce
[process]
DOCKER_BUILDKIT=1 docker build ./tools/docker/quorum-all-in-one/ -t qaio
docker run --rm qaio
[error]
No such file or directory.
Expected behavior
Tessera will run when quorum-all-in-one docker image is ran. Quorum-all-in-one will run successfully as well.
Additional context
Related to #2240 (merged) and #2274 (fixed but on hold for tessera update)
The text was updated successfully, but these errors were encountered: