-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ceph#37922 from mgfritch/project-kubic
cephadm: install podman from the Kubic project Reviewed-by: Kiefer Chang <[email protected]> Reviewed-by: Kefu Chai <[email protected]>
- Loading branch information
Showing
2 changed files
with
53 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters