首页 > 其他 > 详细

dockerfile 的问题 FROM alpine:3.8 temporary error (try again later)

时间:2018-11-14 16:08:20      阅读:2634      评论:0      收藏:0      [点我收藏+]

FROM alpine:3.8

 

 apk add xxx安装软件 

 

fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz: temporary error (try again later)
ERROR: unsatisfiable constraints:
  .persistent-deps-0:
    masked in: cache
    satisfies: world[.persistent-deps]
  ca-certificates (missing):
    required by:
  curl (missing):
    required by:
  tar (missing):
    required by:
  xz (missing):
    required by:
  libressl (missing):
    required by:
The command ‘/bin/sh -c apk add --no-cache --virtual .persistent-deps                 ca-certificates                 curl                 tar                 xz                 libressl‘ returned a non-zero code: 6

 

技术分享图片

 

解决:

 

#vim /etc/default/docker

 

#DOCKER_OPTS="--dns 114.114.114.114"

 

#systemctl restart docker

 

dockerfile 的问题 FROM alpine:3.8 temporary error (try again later)

原文:https://www.cnblogs.com/Qing-840/p/9958364.html

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!