2021-01-23 17:20:52 +00:00
|
|
|
os_type: ubuntu
|
|
|
|
os_version: "20.04"
|
|
|
|
|
|
|
|
# feel free to remove this test, if Kubic project is no longer maintained.
|
|
|
|
tasks:
|
2021-03-16 17:17:11 +00:00
|
|
|
- pexec:
|
2021-01-23 17:20:52 +00:00
|
|
|
all:
|
|
|
|
- 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
|
2021-02-22 13:58:38 +00:00
|
|
|
- sudo apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install podman
|
2021-01-23 17:20:52 +00:00
|
|
|
- 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
|