From 5698781499265060b24d024968346a0fa1e655a3 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 20 Jun 2024 10:58:23 +0200 Subject: [PATCH] update EE definition to v3 and use CentOS Stream 9 as base image --- meta/execution-environment.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/execution-environment.yml b/meta/execution-environment.yml index 07299e7b82..bf2309b85d 100644 --- a/meta/execution-environment.yml +++ b/meta/execution-environment.yml @@ -1,8 +1,9 @@ --- -version: 1 +version: 3 -build_arg_defaults: - EE_BASE_IMAGE: 'quay.io/ansible/ansible-runner:latest' +images: + base_image: + name: quay.io/centos/centos:stream9 dependencies: # File paths are relative to collection root folder when collection is @@ -10,3 +11,7 @@ dependencies: # See https://github.com/ansible/ansible-builder/issues/406#issuecomment-1195584188 python: requirements.txt system: bindep.txt + ansible_core: + package_pip: ansible-core + ansible_runner: + package_pip: ansible-runner