]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/distros/all/ubuntu_18.04_podman.yaml
Import ceph 15.2.8
[ceph.git] / ceph / qa / distros / all / ubuntu_18.04_podman.yaml
index 6bb83b2b0eb178ccd093bd81c3ee371b3dd092b9..3d3d99642596c392f716800deba2e196725b733a 100644 (file)
@@ -1,11 +1,12 @@
 os_type: ubuntu
 os_version: "18.04"
 
-# feel free to remove this test, if ppa:projectatomic is no longer maintained.
+# feel free to remove this test, if Kubic project is no longer maintained.
 tasks:
 - exec:
     all:
-    - sudo apt -y install software-properties-common
-    - sudo add-apt-repository -y ppa:projectatomic/ppa
+    - curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key | sudo apt-key add -
+    - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
+    - sudo apt update
     - sudo apt -y install podman
     - echo -e "[registries.search]\nregistries = ['docker.io']" | sudo tee /etc/containers/registries.conf