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

Problem during building addon #10

Closed
shuenpin opened this issue Apr 28, 2021 · 2 comments
Closed

Problem during building addon #10

shuenpin opened this issue Apr 28, 2021 · 2 comments

Comments

@shuenpin
Copy link

Hello

I can not install this addon, because failed on build.

The detail log is

21-04-28 18:51:47 INFO (SyncWorker_4) [supervisor.docker.addon] Starting build for 8dc774ce/armv7-addon-ttlock-hass-integration:0.4.0
21-04-28 18:51:54 ERROR (SyncWorker_4) [supervisor.docker.addon] Can't build 8dc774ce/armv7-addon-ttlock-hass-integration:0.4.0: The command '/bin/ash -o pipefail -c apk update' returned a non-zero code: 2
21-04-28 18:51:54 ERROR (SyncWorker_4) [supervisor.docker.addon] Build log:
Step 1/19 : ARG BUILD_FROM

Step 2/19 : FROM $BUILD_FROM

---> 4217c0d7148d

Step 3/19 : ENV LANG C.UTF-8

---> Using cache

---> 88662ca0cd2b

Step 4/19 : RUN apk update

---> Running in b95642071aaf

fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/armv7/APKINDEX.tar.gz

ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.13/main: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: No such file or directory

fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/armv7/APKINDEX.tar.gz

ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later)

WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: No such file or directory

2 errors; 43 distinct packages available

Removing intermediate container b95642071aaf

Please help me to solve, Thank you.

@kind3r
Copy link
Owner

kind3r commented Apr 29, 2021

Looks like some issue accessing the alpine repositories. You should retry.

@shuenpin
Copy link
Author

@kind3r I solve this issue via upgrade libseccomp2 packages

Please follow blow link for detail
alpinelinux/docker-alpine#135 (comment)

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants