On Fri, Jun 15, 2018 at 2:13 PM, Alfredo Deza <adeza@xxxxxxxxxx> wrote: > On Fri, Jun 15, 2018 at 4:34 PM, Patrick Donnelly <pdonnell@xxxxxxxxxx> wrote: >> Hi Alfredo, >> >> The "add-apt-repository" command doesn't have that >> --allow-unauthenticated option. The failure is happening here: >> >> https://github.com/ceph/ceph/blob/dce659ca2a987111cee71db98b62c6071f8b40fe/src/script/ceph-debug-docker.sh#L92 > > I see. In that case you can rely on the API being able to point you > exactly to the repo you need with the right contents of the list, > which you > are kind of already doing: > > curl -L https://shaman.ceph.com/api/repos/ceph/master/latest/ubuntu/bionic/repo/ > | tee /etc/apt/sources.list.d/ceph_dev.list Thanks Alfredo! That seems to resolve that issue: https://github.com/ceph/ceph/pull/22626 Still some problems getting the image created though, as outlined in that PR. -- Patrick Donnelly -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html