Docker-alpine: CDN seems to be down and cannot get mirrors working

Created on 16 May 2017  路  3Comments  路  Source: gliderlabs/docker-alpine

Hey,

Been trying to build over the last few hours and I keep getting hung up on here:

Step 2/7 : RUN apk add --no-cache ca-certificates make curl git
 ---> Running in 5530e241112
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz: temporary error (try again later)
ERROR: unsatisfiable constraints:
  curl (missing):
    required by: world[curl]
  git (missing):
    required by: world[git]
  make (missing):
    required by: world[make]
The command '/bin/sh -c apk add --no-cache ca-certificates make curl git' returned a non-zero code: 3

Anyway around this? Anyway I can get a mirror working?

Most helpful comment

See the end of this issue https://github.com/gliderlabs/docker-alpine/issues/155 for a solution. Seems to be working for me until they resolve issues with the other mirrors

All 3 comments

See the end of this issue https://github.com/gliderlabs/docker-alpine/issues/155 for a solution. Seems to be working for me until they resolve issues with the other mirrors

Encountered same thing use above to fix ^

Thanks @willtrking

Was this page helpful?
0 / 5 - 0 ratings

Related issues

konradjurk picture konradjurk  路  5Comments

nrvnrvn picture nrvnrvn  路  4Comments

robinmonjo picture robinmonjo  路  4Comments

dinogun picture dinogun  路  3Comments

IdanAdar picture IdanAdar  路  4Comments