mirror of
https://github.com/ceph/ceph
synced 2025-01-13 14:33:36 +00:00
22605b7e98
ppa:projectatomic is no longer maintained, updates are now provided via the Kubic project Fixes: https://tracker.ceph.com/issues/48072 Signed-off-by: Michael Fritch <mfritch@suse.com>
13 lines
624 B
YAML
13 lines
624 B
YAML
os_type: ubuntu
|
|
os_version: "18.04"
|
|
|
|
# feel free to remove this test, if Kubic project is no longer maintained.
|
|
tasks:
|
|
- exec:
|
|
all:
|
|
- 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
|