Rather than relying the key being avaiable on the LRC /ceph file system.
(Someone appears to have deleted it recently.)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
repo_url="https://shaman.ceph.com/api/repos/ceph/${branch}/${sha}/${env/://}/flavors/${FLAVOR}/repo"
if grep ubuntu <<<"$env" > /dev/null 2>&1; then
# Docker makes it impossible to access anything outside the CWD : /
- cp -- /ceph/shaman/cephdev.asc .
+ wget -O cephdev.asc 'https://download.ceph.com/keys/autobuild.asc'
cat > Dockerfile <<EOF
FROM ${env}