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 oasis-core-dev docker image build #3577

Closed
ptrus opened this issue Dec 17, 2020 · 0 comments · Fixed by #3549
Closed

Fix oasis-core-dev docker image build #3577

ptrus opened this issue Dec 17, 2020 · 0 comments · Fixed by #3549
Labels
c:deps Category: external dependencies

Comments

@ptrus
Copy link
Member

ptrus commented Dec 17, 2020

build-images CI step Rebuild oasisprotocol/oasis-core-dev:master is failing with:

The command '/bin/sh -c wget http://archive.ubuntu.com/ubuntu/pool/main/b/bubblewrap/bubblewrap_0.3.3-2_amd64.deb &&     echo '1cf9bdae5cfab75f292fad9ee0ef76a7c55243dbc0515709624b2a9573d19447 bubblewrap_0.3.3-2_amd64.deb' | sha256sum -c &&     dpkg -i bubblewrap_0.3.3-2_amd64.deb &&     rm bubblewrap_0.3.3-2_amd64.deb' returned a non-zero code: 8

--2020-12-16 16:17:57--  http://archive.ubuntu.com/ubuntu/pool/main/b/bubblewrap/bubblewrap_0.3.3-2_amd64.deb
Resolving archive.ubuntu.com (archive.ubuntu.com)... 91.189.88.152, 91.189.88.142, 2001:67c:1360:8001::24, ...
Connecting to archive.ubuntu.com (archive.ubuntu.com)|91.189.88.152|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-12-16 16:17:57 ERROR 404: Not Found.

Probably can just update bwrap to 0.4.1 (http://archive.ubuntu.com/ubuntu/pool/main/b/bubblewrap/).

@kostko kostko added the c:deps Category: external dependencies label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants