docker build 时 alpine 无法安装软件问题的解决

Posted dylanchu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker build 时 alpine 无法安装软件问题的解决相关的知识,希望对你有一定的参考价值。

使用 alpine 作为 docker 基础镜像时,运行 apk add ..... 遇到如下错误:

WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.7/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)

重试多次无效,最后通过重启 docker 解决。

以上是关于docker build 时 alpine 无法安装软件问题的解决的主要内容,如果未能解决你的问题,请参考以下文章

text alpine_docker_build_run.txt

Alpine makes Python Docker builds 50× slower, and images 2× larger

Docker Node Alpine Image Build 在 node-gyp 上失败

为 Spring Boot 应用程序基于“openjdk:8-jdk-alpine”构建 docker 映像时无法运行“./mvnw clean install”

从“openjdk:8-jdk-alpine”为 Spring Boot 应用程序构建 docker 映像时无法运行“RUN ./mvnw dependency:go-offline -B”

无法在基于 Alpine 的 Docker 容器中运行 Play 框架应用程序