Update docker-images/python* to remove '.*'

In "Add a uwsgi-base container image"
(08a807/Iaf6d31a3d119f6b7e87b54cda1969a9994110dad)  The uWSGI containers
added an explicit, but redundant, trailing '.*' for the files settings
of the uWSGI containers.  This change is largely cosmetic but for
style consistency let's remove them.

Change-Id: I04162384fbf6a09cffc1aec76777dd6e21752a0e
This commit is contained in:
Tony Breeds 2023-07-17 15:48:29 +10:00
parent 5ed6598c6b
commit e2ec0d18fb
6 changed files with 18 additions and 18 deletions

View File

@ -110,9 +110,9 @@
- PYTHON_VERSION=3.10
- DEBIAN_VERSION=bookworm
files: &uwsgi-base_3_10_bookworm_files
- docker/python-base/.*
- docker/python-builder/.*
- docker/uwsgi-base/.*
- docker/python-base/
- docker/python-builder/
- docker/uwsgi-base/
- zuul.d/docker-images/python-3.10-bookworm.yaml
- job:

View File

@ -110,9 +110,9 @@
- PYTHON_VERSION=3.10
- DEBIAN_VERSION=bullseye
files: &uwsgi-base_3_10_bullseye_files
- docker/python-base/.*
- docker/python-builder/.*
- docker/uwsgi-base/.*
- docker/python-base/
- docker/python-builder/
- docker/uwsgi-base/
- zuul.d/docker-images/python-3.11-bullseye.yaml
- job:

View File

@ -110,9 +110,9 @@
- PYTHON_VERSION=3.11
- DEBIAN_VERSION=bookworm
files: &uwsgi-base_3_11_bookworm_files
- docker/python-base/.*
- docker/python-builder/.*
- docker/uwsgi-base/.*
- docker/python-base/
- docker/python-builder/
- docker/uwsgi-base/
- zuul.d/docker-images/python-3.11-bookworm.yaml
- job:

View File

@ -110,9 +110,9 @@
- PYTHON_VERSION=3.11
- DEBIAN_VERSION=bullseye
files: &uwsgi-base_3_11_bullseye_files
- docker/python-base/.*
- docker/python-builder/.*
- docker/uwsgi-base/.*
- docker/python-base/
- docker/python-builder/
- docker/uwsgi-base/
- zuul.d/docker-images/python-3.11-bullseye.yaml
- job:

View File

@ -110,9 +110,9 @@
- PYTHON_VERSION=3.9
- DEBIAN_VERSION=bookworm
files: &uwsgi-base_3_9_bookworm_files
- docker/python-base/.*
- docker/python-builder/.*
- docker/uwsgi-base/.*
- docker/python-base/
- docker/python-builder/
- docker/uwsgi-base/
- zuul.d/docker-images/python-3.9-bookworm.yaml
- job:

View File

@ -110,9 +110,9 @@
- PYTHON_VERSION=3.9
- DEBIAN_VERSION=bullseye
files: &uwsgi-base_3_9_bullseye_files
- docker/python-base/.*
- docker/python-builder/.*
- docker/uwsgi-base/.*
- docker/python-base/
- docker/python-builder/
- docker/uwsgi-base/
- zuul.d/docker-images/python-3.9-bullseye.yaml
- job: