From 72d4ea3976cec7aaa6533add55df73be88d9b140 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 22 Feb 2021 14:58:38 +0100 Subject: [PATCH] qa/distro/ubuntu_20.04_podman: Avoid getting asked ... for confic changes interactively Signed-off-by: Sebastian Wagner (cherry picked from commit 0defae4e65dee123ee0b8474bf3cb417ddff7eb1) --- qa/distros/podman/ubuntu_20.04_kubic_stable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/distros/podman/ubuntu_20.04_kubic_stable.yaml b/qa/distros/podman/ubuntu_20.04_kubic_stable.yaml index bd57bbf3d139b..dfb6cc7f2bf9a 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 -- 2.47.3