Docker Alpine /bin/sh apk not found

后端 未结 2 1771
既然无缘
既然无缘 2020-12-31 04:04

I am building a new Docker image with:

FROM alpine:3.4
RUN apk upgrade --update

However, its failing with the error:

[INFO]         


        
2条回答
  •  -上瘾入骨i
    2020-12-31 04:38

    In the end we upgraded our projects to use this Docker Maven plugin: https://github.com/fabric8io/fabric8-maven-plugin. No issue thus far.

提交回复
热议问题