File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- python3.9 -devel [platform:rpm compile]
1+ python39 -devel [platform:rpm compile]
22libcurl-devel [platform:rpm compile]
33krb5-devel [platform:rpm compile]
44subversion [platform:rpm]
55subversion [platform:dpkg]
66git-lfs [platform:rpm]
77sshpass [platform:rpm]
88rsync [platform:rpm]
9+ jq [platform:rpm]
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ pexpect>=4.5
1515python-daemon
1616pyyaml
1717six
18+
19+ redis
20+ boto3
Original file line number Diff line number Diff line change @@ -16,3 +16,6 @@ collections:
1616 - name : ansible.posix
1717 - name : ansible.windows
1818 - name : redhatinsights.insights
19+ - name : community.general
20+ - name : community.docker
21+ - name : amazon.aws
Original file line number Diff line number Diff line change 11---
22version : 1
33build_arg_defaults :
4- EE_BASE_IMAGE : ' quay.io/ansible/ansible-runner:latest'
4+ EE_BASE_IMAGE : ' quay.io/ansible/ansible-runner:stable-2.12- latest'
55dependencies :
66 galaxy : _build/requirements.yml
77 system : _build/bindep.txt
88 python : _build/requirements.txt
99additional_build_steps :
1010 append :
1111 - RUN alternatives --set python /usr/bin/python3
12- - COPY --from=quay.io/ansible/receptor:devel /usr/bin/receptor /usr/bin/receptor
12+ - COPY --from=quay.io/ansible/receptor:v1.3.0 /usr/bin/receptor /usr/bin/receptor
1313 - RUN mkdir -p /var/run/receptor
1414 - ADD run.sh /run.sh
1515 - CMD /run.sh
You can’t perform that action at this time.
0 commit comments