Skip to content

Commit

Permalink
update EE definition to v3 and use CentOS Stream 9 as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jul 9, 2024
1 parent 759aae9 commit 5698781
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions meta/execution-environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
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
# installed but relative to meta/ when it is built, so we need symlink magic
# 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

0 comments on commit 5698781

Please sign in to comment.