File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ rm -rf /root/anaconda* /root/original-ks.cfg /usr/local/README
81
81
# otherwise whatever user openshift runs the container with won't find the collection
82
82
83
83
RUN pip3 install --no-cache-dir "ansible-core>=2.9" kubernetes openshift "boto3>=1.21" "botocore>=1.24" "awscli>=1.22" "azure-cli>=2.34" gcloud humanize --upgrade && \
84
+ pip3 install --no-cache-dir git+https://github.com/validatedpatterns/vp-qe-test-common.git@development#egg=vp-qe-test-common --upgrade && \
84
85
ansible-galaxy collection install --collections-path /usr/share/ansible/collections kubernetes.core redhat_cop.controller_configuration amazon.aws && \
85
86
rm -rf /usr/local/lib/python3.9/site-packages/ansible_collections/$COLLECTIONS_TO_REMOVE && \
86
87
curl -L -O https://raw.githubusercontent.com/clumio-code/azure-sdk-trim/main/azure_sdk_trim/azure_sdk_trim.py && \
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ utility container for simplified execution of imperative commands in each of the
28
28
| python | package | 3.9.18 |
29
29
| redhat_cop.controller_configuration| collection| 2.3.1 |
30
30
| sshpass | package | 1.09 |
31
+ | vp-qe-test-common | pip | development |
31
32
| tar | package | 1.34 |
32
33
| tekton | binary | 0.35.2 |
33
34
| vi | package | 8.2.2637 |
You can’t perform that action at this time.
0 commit comments