We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Carsten,
I can't install your addon. Can you give me help and check the log below? Thanks
21-12-28 13:32:55 INFO (SyncWorker_4) [supervisor.docker.addon] Starting build for 36883ed7/aarch64-addon-folderrsync:0.0.9 21-12-28 13:33:08 ERROR (SyncWorker_4) [supervisor.docker.addon] Can't build 36883ed7/aarch64-addon-folderrsync:0.0.9: The command '/bin/ash -o pipefail -c apk add --no-cache jq sshpass rsync' returned a non-zero code: 2 21-12-28 13:33:08 ERROR (SyncWorker_4) [supervisor.docker.addon] Build log: Step 1/13 : ARG BUILD_FROM Step 2/13 : FROM $BUILD_FROM ---> d5dbda55fa00 Step 3/13 : ENV LANG C.UTF-8 ---> Using cache ---> 1e0a1c59ab98 Step 4/13 : RUN apk add --no-cache jq sshpass rsync ---> Running in a84e4643e03d fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: temporary error (try again later)
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/community: temporary error (try again later)
ERROR: unable to select packages:
rsync (no such package): required by: world[rsync] sshpass (no such package): required by: world[sshpass] Removing intermediate container a84e4643e03d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Carsten,
I can't install your addon.
Can you give me help and check the log below?
Thanks
21-12-28 13:32:55 INFO (SyncWorker_4) [supervisor.docker.addon] Starting build for 36883ed7/aarch64-addon-folderrsync:0.0.9
21-12-28 13:33:08 ERROR (SyncWorker_4) [supervisor.docker.addon] Can't build 36883ed7/aarch64-addon-folderrsync:0.0.9: The command '/bin/ash -o pipefail -c apk add --no-cache jq sshpass rsync' returned a non-zero code: 2
21-12-28 13:33:08 ERROR (SyncWorker_4) [supervisor.docker.addon] Build log:
Step 1/13 : ARG BUILD_FROM
Step 2/13 : FROM $BUILD_FROM
---> d5dbda55fa00
Step 3/13 : ENV LANG C.UTF-8
---> Using cache
---> 1e0a1c59ab98
Step 4/13 : RUN apk add --no-cache jq sshpass rsync
---> Running in a84e4643e03d
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: temporary error (try again later)
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/community: temporary error (try again later)
ERROR: unable to select packages:
rsync (no such package):
required by: world[rsync]
sshpass (no such package):
required by: world[sshpass]
Removing intermediate container a84e4643e03d
The text was updated successfully, but these errors were encountered: