Skip to content

Commit

Permalink
Merge pull request #152 from HichamMourad/main
Browse files Browse the repository at this point in the history
update to minimal base
  • Loading branch information
HichamMourad authored Oct 31, 2024
2 parents 26773a2 + b06c164 commit ca11d30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws_ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 3
images:
base_image:
name: registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8:latest
name: registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8:latest

dependencies:
galaxy: requirements.yml
Expand Down
7 changes: 7 additions & 0 deletions aws_ee/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pysnow
requests
netaddr
#
# When updating the minimal requirements please also update
# - tests/unit/constraints.txt
# - tests/integration/constraints.txt
# - tests/integration/targets/setup_botocore_pip
botocore>=1.31.0
boto3>=1.28.0

0 comments on commit ca11d30

Please sign in to comment.