]> git.proxmox.com Git - ceph.git/blame - ceph/qa/distros/podman/ubuntu_18.04_kubic_stable.yaml
import ceph pacific 16.2.5
[ceph.git] / ceph / qa / distros / podman / ubuntu_18.04_kubic_stable.yaml
CommitLineData
9f95a23c
TL
1os_type: ubuntu
2os_version: "18.04"
3
f91f0fd5 4# feel free to remove this test, if Kubic project is no longer maintained.
9f95a23c 5tasks:
f67539c2 6- pexec:
9f95a23c 7 all:
b3b6e05e 8 - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
f91f0fd5
TL
9 - curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key | sudo apt-key add -
10 - 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
11 - sudo apt update
9f95a23c 12 - sudo apt -y install podman
b3b6e05e 13 - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf