Skip to content

Commit 86e60c6

Browse files
committed
Version 0.0.1
1 parent 66054c7 commit 86e60c6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

_build/bindep.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
python3.9-devel [platform:rpm compile]
1+
python39-devel [platform:rpm compile]
22
libcurl-devel [platform:rpm compile]
33
krb5-devel [platform:rpm compile]
44
subversion [platform:rpm]
55
subversion [platform:dpkg]
66
git-lfs [platform:rpm]
77
sshpass [platform:rpm]
88
rsync [platform:rpm]
9+
jq [platform:rpm]

_build/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ pexpect>=4.5
1515
python-daemon
1616
pyyaml
1717
six
18+
19+
redis
20+
boto3

_build/requirements.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

execution-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
version: 1
33
build_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'
55
dependencies:
66
galaxy: _build/requirements.yml
77
system: _build/bindep.txt
88
python: _build/requirements.txt
99
additional_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

0 commit comments

Comments
 (0)