Update python container provides
The Current python*bullseye container provides lack the distribution name. This prevents zuul from correctly identifying and using new images in speculative builds. Fix that. Change-Id: Iad2d84f217f4b807bf967ef28c32b2c1d05f16c5
This commit is contained in:
parent
12dcfd4cd6
commit
69095ccaa1
@ -48,7 +48,7 @@
|
|||||||
timeout: 3600
|
timeout: 3600
|
||||||
provides:
|
provides:
|
||||||
- python-base-container-image
|
- python-base-container-image
|
||||||
- python-base-3.10-container-image
|
- python-base-3.10-bullseye-container-image
|
||||||
vars: &python-base_3_10_bullseye_vars
|
vars: &python-base_3_10_bullseye_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
- context: docker/python-base
|
- context: docker/python-base
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
timeout: 3600
|
timeout: 3600
|
||||||
provides:
|
provides:
|
||||||
- python-base-container-image
|
- python-base-container-image
|
||||||
- python-base-3.11-container-image
|
- python-base-3.11-bullseye-container-image
|
||||||
vars: &python-base_3_11_bullseye_vars
|
vars: &python-base_3_11_bullseye_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
- context: docker/python-base
|
- context: docker/python-base
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
timeout: 3600
|
timeout: 3600
|
||||||
provides:
|
provides:
|
||||||
- python-base-container-image
|
- python-base-container-image
|
||||||
- python-base-3.9-container-image
|
- python-base-3.9-bullseye-container-image
|
||||||
vars: &python-base_3_9_bullseye_vars
|
vars: &python-base_3_9_bullseye_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
- context: docker/python-base
|
- context: docker/python-base
|
||||||
|
Loading…
Reference in New Issue
Block a user