From: Sebastian Wagner Date: Mon, 22 Feb 2021 13:58:38 +0000 (+0100) Subject: qa/distro/ubuntu_20.04_podman: Avoid getting asked X-Git-Tag: v16.2.0~129^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72d4ea3976cec7aaa6533add55df73be88d9b140;p=ceph.git qa/distro/ubuntu_20.04_podman: Avoid getting asked ... for confic changes interactively Signed-off-by: Sebastian Wagner (cherry picked from commit 0defae4e65dee123ee0b8474bf3cb417ddff7eb1) --- diff --git a/qa/distros/podman/ubuntu_20.04_kubic_stable.yaml b/qa/distros/podman/ubuntu_20.04_kubic_stable.yaml index bd57bbf3d139..dfb6cc7f2bf9 100644 --- a/qa/distros/podman/ubuntu_20.04_kubic_stable.yaml +++ b/qa/distros/podman/ubuntu_20.04_kubic_stable.yaml @@ -8,5 +8,5 @@ tasks: - curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/Release.key | sudo apt-key add - - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list - sudo apt update - - sudo apt -y install podman + - sudo apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install podman - echo -e "[[registry]]\nlocation = 'docker.io'\n\n[[registry.mirror]]\nlocation='docker-mirror.front.sepia.ceph.com:5000'\n" | sudo tee /etc/containers/registries.conf