From 0407be932222d5dcc8281c286e1c2b439b2ccbe2 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Thu, 2 Jun 2022 21:28:36 -0400 Subject: [PATCH] add hacked personal build to pull in changes pull change from - https://github.com/ansible/ansible-runner/pull/1084 - https://github.com/ansible/ansible-runner/pull/1089 --- Dockerfile.personal | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dockerfile.personal diff --git a/Dockerfile.personal b/Dockerfile.personal new file mode 100644 index 000000000..1c23625df --- /dev/null +++ b/Dockerfile.personal @@ -0,0 +1,7 @@ +FROM brew.registry.redhat.io/rh-osbs/ansible-automation-platform-22-ee-supported-rhel8@sha256:5f0cf5b2242ce9c8329bac7ffbf4b32cafa144bc2500788d41a97855d386382f + +COPY ansible_runner/interface.py /usr/lib/python3.9/site-packages/ansible_runner/interface.py +COPY ansible_runner/utils/__init__.py /usr/lib/python3.9/site-packages/ansible_runner/utils/__init__.py +COPY ansible_runner/config/_base.py /usr/lib/python3.9/site-packages/ansible_runner/config/_base.py + +RUN touch yoloswag \ No newline at end of file