From faa6fd53fb861b288e1faa3698fce4a2e311d466 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 12 Nov 2024 19:06:54 -0800 Subject: [PATCH] examples/builder.yml: add skopeo arguably we should fix 'epel_packages' because I think none of those are in epel anymore, but in this file it really means 'packages that are release-specific' Signed-off-by: Dan Mick --- ansible/examples/builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/examples/builder.yml b/ansible/examples/builder.yml index c60e2443..4e8abaa7 100644 --- a/ansible/examples/builder.yml +++ b/ansible/examples/builder.yml @@ -234,6 +234,7 @@ - python3-pip - python3-devel - podman + - skopeo container_service_name: podman container_certs_path: "/etc/containers/certs.d/{{ container_mirror }}" hackery_packages: -- 2.47.3