标签: ibm-cloud dockerfile
我已将Dockerfile放在项目的根目录中。我知道Dockerfile有效,因为我已在本地构建它。但是,当我尝试在pipeline中构建它时,它会显示Dockerfile not found in project并中止。
Dockerfile
pipeline
Dockerfile not found in project
documentation表示只要Dockerfile位于根目录中,它就可以正常工作。所以我真的很困惑。
我是否需要在构建作业中提供一些其他信息以指示它执行Dockerfile?
感谢。