Bump to 1.0.5, add EE setup ref

main
Guido Grazioli 2022-05-19 09:38:47 +02:00
parent bc63cbf649
commit 09a34567a7
No known key found for this signature in database
GPG Key ID: 22C8C31EF2BC093B
3 changed files with 19 additions and 1 deletions

7
bindep.txt 100644
View File

@ -0,0 +1,7 @@
python39-devel [platform:rpm compile]
git-lfs [platform:rpm]
python3-netaddr [platform:rpm]
python3-lxml [platform:rpm]
python3-jmespath [platform:rpm]
python3-requests [platform:rpm]

View File

@ -1,7 +1,7 @@
--- ---
namespace: middleware_automation namespace: middleware_automation
name: keycloak name: keycloak
version: "1.0.4" version: "1.0.5"
readme: README.md readme: README.md
authors: authors:
- Romain Pelisse <rpelisse@redhat.com> - Romain Pelisse <rpelisse@redhat.com>

View File

@ -0,0 +1,11 @@
---
version: 1
build_arg_defaults:
EE_BASE_IMAGE: 'quay.io/ansible/ansible-runner:stable-2.12-devel'
dependencies:
galaxy: requirements.yml
python: requirements.txt
system: bindep.txt
additional_build_steps:
append:
- RUN alternatives --set python /usr/bin/python3