]> 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)
committerVenky Shankar <vshankar@redhat.com>
Fri, 3 Oct 2025 12:36:15 +0000 (12:36 +0000)
commite6f206e6dcad7117ff16475abf158c66dc85b78e
tree5ab898b4f4c4a5a53e62dcfef7f39af280276bee
parentaaf0a6dcdba9ea1bb8755267b5e9fa462f57c4e4
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>
Dockerfile.build