]> 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:20:55 +0000 (21:20 -0400)
commita628348e9677d6a9991129f47b4e7fa1427cc117
tree476a51aa6a6273c7d448623c5e1e44fdcde63010
parent56396e14da9730563a656644db083630fa32bb44
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