]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Dockerfile.build: improve docker compatibility
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 2 Oct 2025 17:56:28 +0000 (13:56 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 22 Oct 2025 01:25:11 +0000 (21:25 -0400)
commit00db7fe5756b6cac6c8f6d2c21dc1733554fb2bc
tree9ef679b92ab0b0480bbbd1189461c24753a657c1
parente8c6e937defe866daba7dc68e81da56810f3cc30
Dockerfile.build: improve docker compatibility

Try to fix:
```
Step 6/18 : COPY     ceph.spec.in     do_cmake.sh     install-deps.sh     run-make-check.sh     src/script/buildcontainer-setup.sh     ${CEPH_CTR_SRC}
When using COPY with more than one source file, the destination must be a directory and end with a /
```

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 8a9b6f84515030fd54cd3fc4e3a5bcb997872548)
Dockerfile.build