Skip to content
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(tools): ghcr-quorum-multi-party-all-in-one pip install #2183

Closed
petermetz opened this issue Nov 2, 2022 · 0 comments · Fixed by #2184
Closed

fix(tools): ghcr-quorum-multi-party-all-in-one pip install #2183

petermetz opened this issue Nov 2, 2022 · 0 comments · Fixed by #2184
Assignees
Labels
bug Something isn't working P3 Priority 3: Medium Quorum

Comments

@petermetz
Copy link
Contributor

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.

@petermetz petermetz added bug Something isn't working Quorum P3 Priority 3: Medium labels Nov 2, 2022
@petermetz petermetz self-assigned this Nov 2, 2022
petermetz added a commit to petermetz/cacti that referenced this issue Nov 2, 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.

Fixes hyperledger-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.

Fixes hyperledger-cacti#2183

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz added a commit 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.

Fixes #2183

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P3 Priority 3: Medium Quorum
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant