-
Notifications
You must be signed in to change notification settings - Fork 524
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
Deitos Network - Milestone Delivery 1 #1103
Conversation
Initial setup for deliverable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Ernih. Sorry for the long wait, we have a bit of a backlog at the moment.
I am trying to build the docker-ip
images using make
, but it keeps failing with the following error message. Any idea what might cause it?
=> ERROR [2/7] RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install --no-install-recommends sudo cur 0.0s
------
> [2/7] RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install --no-install-recommends sudo curl wget bash coreutils software-properties-common:
------
Dockerfile:12
--------------------
11 |
12 | >>> RUN apt-get -qq update \
13 | >>> && DEBIAN_FRONTEND=noninteractive apt-get -qq install --no-install-recommends \
14 | >>> sudo \
15 | >>> curl \
16 | >>> wget \
17 | >>> bash \
18 | >>> coreutils \
19 | >>> software-properties-common
20 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install --no-install-recommends sudo curl wget bash coreutils software-properties-common" did not complete successfully: error creating overlay mount to /var/lib/docker/overlay2/pl0kzu5t5gqzu05mmkegqh5u5/merged: no such file or directory
make: *** [Makefile:8: build] Error 1
hello @semuelle ! thanks for reviewing our milestone delivery. Quick question, from which OS are you running this? At the moment the docker file is intended to be run in Linux environments. However we never faced that issue during our testing in different computers (even in MacOS). @rvalera : any idea of what would be the cause of the error? any recommendation for samuelle? |
I'm on Ubuntu 22.04. |
Hi @semuelle! Thank you for your revision of our Milestone. Let me known: |
24.0.7
70G free. I did run out of space running it the first time and pruned everything, perhaps it's related to that. |
Yes, it is possible that it could be happen. I suggest previousyly to next execution call the script named clean-all.sh to remove all elements created. |
@semuelle, ramon is referring to this script that cleans up everything: https://github.com/Deitos-Network/deitos-ip/blob/w3f-grant-m1-delivery/clean-all.sh The amount of disk space needed is around 30 GB, please try cleaning all with the script and try again? thanks! |
Thanks, @hbulgarini & @rvalera. I reinstalled Docker and that fixed it. |
🪙 Please fill out the invoice form in order to initiate the payment process. Thank you! |
hi @Ernih we sent the payment today |
Hello and thank you
I have informed the team
Bests
El lun., 12 de febrero de 2024 4:23 p. m., RouvenP ***@***.***>
escribió:
… hi @Ernih <https://github.com/Ernih> we sent the payment today
—
Reply to this email directly, view it on GitHub
<#1103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARE5ND55HAC3JUBPUFRCLN3YTJTZTAVCNFSM6AAAAABBVU2USWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZZGM4DKNBRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Milestone Delivery Checklist
Link to the application pull request: w3f/Grants-Program#2040