Re-sending to include ceph-devel: None of the development builds are signed. You are using builds coming from shaman.ceph.com, so this is expected. If you must do this with a script, you can add the following to the `apt` call: --allow-unauthenticated Alternatively, you can use the following in your list file: deb [allow-insecure=yes] On Fri, Jun 15, 2018 at 3:04 PM, Patrick Donnelly <pdonnell@xxxxxxxxxx> wrote: > I'm trying to setup a docker container with the repositories for a dev branch: > > pdonnell@senta02 ~/ceph$ sudo src/script/ceph-debug-docker.sh > wip-zafman-testing:1e671e7397c821fbe0d55ca65cd623137bbc264c > ubuntu:bionic > branch: wip-zafman-testing > sha1: 1e671e7397c821fbe0d55ca65cd623137bbc264c > env: ubuntu:bionic > /tmp/tmp.i3h5gTJAvR ~/ceph > docker build --tag > pdonnell:ceph-ci-wip-zafman-testing-1e671e7397c821fbe0d55ca65cd623137bbc264c-ubuntu-bionic > . > Sending build context to Docker daemon 5.632 kB > Step 1/6 : FROM ubuntu:bionic > ---> 113a43faa138 > Step 2/6 : WORKDIR /root > ---> Using cache > ---> 1cb3b9528434 > Step 3/6 : RUN apt-get update --yes --quiet && apt-get install > --yes --quiet screen wget gdb software-properties-common > apt-transport-https > ---> Using cache > ---> 19c1154589a0 > Step 4/6 : COPY cephdev.asc cephdev.asc > ---> Using cache > ---> c0d2f61ebba3 > Step 5/6 : RUN apt-key add cephdev.asc > ---> Using cache > ---> 8da7aa5eb44a > Step 6/6 : RUN add-apt-repository "$(wget --quiet -O - > https://shaman.ceph.com/api/repos/ceph/wip-zafman-testing/1e671e7397c821fbe0d55ca65cd623137bbc264c/ubuntu/bionic/repo)" > && apt-get update --yes && apt-get install --yes > --allow-unauthenticated ceph ceph-osd-dbg ceph-mds-dbg ceph-mgr-dbg > ceph-mon-dbg ceph-fuse-dbg ceph-test-dbg radosgw-dbg > ---> Running in 4a17bb68423f > Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB] > Ign:2 https://3.chacra.ceph.com/r/ceph/wip-zafman-testing/1e671e7397c821fbe0d55ca65cd623137bbc264c/ubuntu/bionic/flavors/default > bionic InRelease > Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease > Get:4 https://3.chacra.ceph.com/r/ceph/wip-zafman-testing/1e671e7397c821fbe0d55ca65cd623137bbc264c/ubuntu/bionic/flavors/default > bionic Release [7591 B] > Ign:5 https://3.chacra.ceph.com/r/ceph/wip-zafman-testing/1e671e7397c821fbe0d55ca65cd623137bbc264c/ubuntu/bionic/flavors/default > bionic Release.gpg > Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [83.2 kB] > Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] > Reading package lists... > E: The repository > 'https://3.chacra.ceph.com/r/ceph/wip-zafman-testing/1e671e7397c821fbe0d55ca65cd623137bbc264c/ubuntu/bionic/flavors/default > bionic Release' is not signed. > > > Seems the repository isn't signed? The other Ubuntu relases work. > > -- > 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 -- 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