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

docker: fix installation of dependencies #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

teutat3s
Copy link

Avoid action workflow errors like:

...
  #8 [3/5] RUN apk update
  #8 0.293 fetch https://alpine.global.ssl.fastly.net/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
  #8 0.501 fetch https://alpine.global.ssl.fastly.net/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
  #8 0.767 fetch http://nl.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
  #8 130.8 ERROR: http://nl.alpinelinux.org/alpine/edge/community: operation timed out
  #8 130.8 WARNING: Ignoring http://nl.alpinelinux.org/alpine/edge/community: No such file or directory
  #8 130.9 v3.16.7-53-g390803ea694 [https://alpine.global.ssl.fastly.net/alpine/v3.16/main]
  #8 130.9 v3.16.7-53-g390803ea694 [https://alpine.global.ssl.fastly.net/alpine/v3.16/community]
  #8 130.9 1 errors; 17042 distinct packages available
  #8 ERROR: process "/bin/sh -c apk update" did not complete successfully: exit code: 1

Avoid action workflow errors like:
...
  sensu#8 [3/5] RUN apk update
  sensu#8 0.293 fetch https://alpine.global.ssl.fastly.net/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
  sensu#8 0.501 fetch https://alpine.global.ssl.fastly.net/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
  sensu#8 0.767 fetch http://nl.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
  sensu#8 130.8 ERROR: http://nl.alpinelinux.org/alpine/edge/community: operation timed out
  sensu#8 130.8 WARNING: Ignoring http://nl.alpinelinux.org/alpine/edge/community: No such file or directory
  sensu#8 130.9 v3.16.7-53-g390803ea694 [https://alpine.global.ssl.fastly.net/alpine/v3.16/main]
  sensu#8 130.9 v3.16.7-53-g390803ea694 [https://alpine.global.ssl.fastly.net/alpine/v3.16/community]
  sensu#8 130.9 1 errors; 17042 distinct packages available
  sensu#8 ERROR: process "/bin/sh -c apk update" did not complete successfully: exit code: 1
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

Successfully merging this pull request may close these issues.

1 participant