]> git.proxmox.com Git - ceph.git/blob - ceph/qa/distros/all/ubuntu_18.04_podman.yaml
make: switch upload target to buster
[ceph.git] / ceph / qa / distros / all / ubuntu_18.04_podman.yaml
1 os_type: ubuntu
2 os_version: "18.04"
3
4 # feel free to remove this test, if Kubic project is no longer maintained.
5 tasks:
6 - exec:
7 all:
8 - curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/Release.key | sudo apt-key add -
9 - 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
10 - sudo apt update
11 - sudo apt -y install podman
12 - 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