添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
细心的泡面  ·  Hashicorp Vault : “ ...·  3 周前    · 
发财的太阳  ·  GitHub - ...·  2 周前    · 
勤奋的鸭蛋  ·  RUN Instruction Using ...·  2 周前    · 
小眼睛的火车  ·  How to run Docker ...·  1 周前    · 
闯红灯的便当  ·  钻完井工程服务·  4 月前    · 
怕考试的椰子  ·  Elementary UDP ...·  1 年前    · 

Working on an ODM build with a potential new contrib script and when I do the standard build process, contrib directory doesn’t get copied in:

docker build -t dem_merge .
docker run -it --entrypoint bash dem_merge
root@77491c392323:/code# ls
CNAME            configure.sh           opendm               stages
CONTRIBUTING.md  configure_macos.sh     portable.Dockerfile  start-dev-env.sh
DockerfileBak    console.bat            requirements.txt     test.sh
LICENSE          docker                 run.bat              vcpkg-requirements.txt
README.md        gpu.Dockerfile         run.py               win32env.bat
SuperBuild       innosetup.iss          run.sh               winpostinstall.bat
VERSION          licenses               settings.yaml        winrun.bat
configure.py     odm_docker_readme.txt  snap
root@77491c392323:/code# 

I can’t believe this is the first I’ve noticed this and I’m dumb enough with respect to docker, I’m a bit stumped.