CI: Use newer podman/buildah on Ubuntu Jammy
Change-Id: Ifce506b49571950ee16e26aae06f20aa94567722
This commit is contained in:
parent
8f863beb45
commit
316bafaf07
@ -158,6 +158,14 @@
|
|||||||
prefix = "docker.io"
|
prefix = "docker.io"
|
||||||
location = "{{ zuul_site_mirror_fqdn }}:8082"
|
location = "{{ zuul_site_mirror_fqdn }}:8082"
|
||||||
|
|
||||||
|
- name: Add libcontainers repo for newer buildah on Ubuntu 22.04
|
||||||
|
ansible.builtin.apt_repository:
|
||||||
|
repo: deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/ /
|
||||||
|
filename: kubic-libcontainers
|
||||||
|
state: present
|
||||||
|
become: true
|
||||||
|
when: ansible_distribution == "Ubuntu" and ansible_distribution_release == "jammy"
|
||||||
|
|
||||||
- name: Install Podman
|
- name: Install Podman
|
||||||
package:
|
package:
|
||||||
name: podman
|
name: podman
|
||||||
|
Loading…
Reference in New Issue
Block a user