We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f863be commit 316bafaCopy full SHA for 316bafa
tests/playbooks/pre.yml
@@ -158,6 +158,14 @@
158
prefix = "docker.io"
159
location = "{{ zuul_site_mirror_fqdn }}:8082"
160
161
+ - name: Add libcontainers repo for newer buildah on Ubuntu 22.04
162
+ ansible.builtin.apt_repository:
163
+ repo: deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/ /
164
+ filename: kubic-libcontainers
165
+ state: present
166
+ become: true
167
+ when: ansible_distribution == "Ubuntu" and ansible_distribution_release == "jammy"
168
+
169
- name: Install Podman
170
package:
171
name: podman
0 commit comments