]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-debug-docker: podman build doesn't accept input via stdin 40193/head
authorJeff Layton <jlayton@redhat.com>
Wed, 17 Mar 2021 17:12:09 +0000 (13:12 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 17 Mar 2021 17:55:35 +0000 (13:55 -0400)
commit84ae9432a1391bd11e081548754d732f98bc2957
tree2bb5fe52704da66578816d1c8105d7fe4dba802a
parent1ddca6b56389a3480248529fe93af443b2c599ad
ceph-debug-docker: podman build doesn't accept input via stdin

podman on centos 8 at least doesn't accept the Dockerfile being fed to
it via stdin. Change that branch of the script to use the same method
that the ubuntu side does.

This gets the script working on senta03 for me.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/script/ceph-debug-docker.sh