我目前正在尝试将我的docker应用程序部署到容器注册表Azure。我可以在本地运行我的docker镜像,但是当我将它部署到azure时,它会给我这个错误:*Pull a pre-built alpine docker image with nginx and python3 installed
*this image i
COPY app /bin 我的可执行app就是bash脚本: make -f /app/makefile $@ 当我试着跑的时候 docker run -v "`pwd`:/project" -it--rm my_image app 我得到以下错误: standard_init_linux.go:207: exec user process caused "exec format error"
make
我创建了一个自定义的码头映像并将其推送到停靠中心,但是当我在CI/CD中运行它时,它会给出这个错误。exec /usr/bin/sh: exec format errorDockerfileRUN apt-get updateUsing Docker executor with image rethkevin/rf:v1 ...Pulling do