You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The container image build fails at the step when it's installing pip (or doing an install of a dependency via pip) error: Rust 1.47.0 does not match extension requirement >=1.48.0
Upgraded the base image version from
`docker:20.10.3-dind`
to
`docker:20.10.21-dind`
which ships with newer rust versions through apk
by default and thereby fixing the issue of the rust
compiler version being not new enough for
docker-compose.
Fixeshyperledger-cacti#2183
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Nov 3, 2022
Upgraded the base image version from
`docker:20.10.3-dind`
to
`docker:20.10.21-dind`
which ships with newer rust versions through apk
by default and thereby fixing the issue of the rust
compiler version being not new enough for
docker-compose.
Fixeshyperledger-cacti#2183
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Upgraded the base image version from
`docker:20.10.3-dind`
to
`docker:20.10.21-dind`
which ships with newer rust versions through apk
by default and thereby fixing the issue of the rust
compiler version being not new enough for
docker-compose.
Fixes#2183
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Describe the bug
The container image build fails at the step when it's installing pip (or doing an install of a dependency via pip)
error: Rust 1.47.0 does not match extension requirement >=1.48.0
To Reproduce
DOCKER_BUILDKIT=1 docker build ./tools/docker/quorum-multi-party-all-in-one/ --progress=plain --tag cqmpaio
Expected behavior
Build succeeds.
Logs/Stack traces
2022-11-02T02:30:12.9310160Z_cacti_ci-ghcr-quorum-multi-party.log
Cloud provider or hardware configuration:
GitHub Action Runners
Operating system name, version, build:
Ubuntu-20.04
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
1.1.0 and 1.0.0
Hyperledger Cactus Plugins/Connectors Used
Quorum
Additional context
None.
The text was updated successfully, but these errors were encountered: