]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
container/Containerfile: allow failure from curl to stop build
authorDan Mick <dan.mick@redhat.com>
Thu, 21 Nov 2024 02:23:50 +0000 (18:23 -0800)
committerDan Mick <dan.mick@redhat.com>
Wed, 4 Dec 2024 00:38:51 +0000 (16:38 -0800)
commit18d14b22f31c65ad3db79c7930a841157b68deee
tree937227f47ddf9ac717076d8de292d4667e2a971e
parent08432ef54212aa2aba724102854082e76f0cd847
container/Containerfile: allow failure from curl to stop build

curl doesn't actually fail unless -f is used; also, add
some sh -e flags.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
container/Containerfile