werf icon indicating copy to clipboard operation
werf copied to clipboard

Error response from daemon: Duplicate mount point

Open distorhead opened this issue 6 years ago • 0 comments

│ │ ┌ Building stage beforeInstall
│ │ │ app/beforeInstall  /home/gitlab-runner/.multiwerf/v1.0.6/werf-linux-amd64-v1.0.6:       ↵
│ │ │ app/beforeInstall  Error response from daemon: Duplicate mount point: /var/cache/apt.
│ │ │ app/beforeInstall  See '/home/gitlab-runner/.multiwerf/v1.0.6/werf-linux-amd64-v1.0.6   ↵
│ │ │ app/beforeInstall  run --help'.
│ │ ├ Info
│ │ └ Building stage beforeInstall (0.02 seconds) FAILED
│ └ ⛵ image app (0.02 seconds) FAILED
└ Building stages (0.02 seconds) FAILED
Running time 0.06 seconds
Error: failed to build werf-stages-storage/nodejs:ce1ff67735945c41dd3451e4c41531a9bc239f7687d2eb90beecd4a43202cb5c: introspect error failed: Error: No such container: werf.build.jzjddt9eos
ERROR: Job failed: exit status 1
  • Mounts from werf.yaml will be inherited.
  • The same mount path has been specified in the base image and in the current image. But in the current image it is tmp_dir, while in the base image build_dir.

distorhead avatar Mar 11 '20 06:03 distorhead