This repository was archived by the owner on Dec 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ FROM {{ ci_base | default(pulp_default_container) }}
55ADD ./{{ item.name }} ./{{ item.name }}
66{% endfor %}
77
8- # Install python packages
9- # S3 botocore needs to be patched to handle responses from minio during 0-byte uploads
10- # Hacking botocore (https://github.com/boto/botocore/pull/1990)
8+ {% for item in extra_files | default ([]) %}
9+ ADD ./{{ item.origin }} {{ item.destination }}
10+ {% endfor %}
1111
1212# This MUST be the ONLY call to pip install in inside the container.
1313RUN pip3 install --upgrade pip setuptools wheel && \
Original file line number Diff line number Diff line change 11# This config represents the latest values used when running the plugin-template. Any settings that
22# were not present before running plugin-template have been added with their default values.
33
4- # generated with plugin_template@2021.08.26-420-gf332a34
4+ # generated with plugin_template
55
66api_root : /pulp/
77black : true
@@ -21,6 +21,7 @@ deploy_to_pypi: true
2121disabled_redis_runners :
2222- s3
2323docker_fixtures : true
24+ extra_files : []
2425flake8 : true
2526flake8_ignore : []
2627github_org : pulp
You can’t perform that action at this time.
0 commit comments