Merge "Update matrix eavesdrop runtime to python3.12"
This commit is contained in:
commit
8ca9356f9f
@ -13,12 +13,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
|
FROM docker.io/opendevorg/python-builder:3.12-bookworm as builder
|
||||||
|
|
||||||
COPY src /tmp/src
|
COPY src /tmp/src
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base:3.11-bookworm as eavesdrop
|
FROM docker.io/opendevorg/python-base:3.12-bookworm as eavesdrop
|
||||||
|
|
||||||
COPY --from=builder /output/ /output
|
COPY --from=builder /output/ /output
|
||||||
RUN /output/install-from-bindep \
|
RUN /output/install-from-bindep \
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
description: Build a matrix-eavesdrop image.
|
description: Build a matrix-eavesdrop image.
|
||||||
parent: system-config-build-image
|
parent: system-config-build-image
|
||||||
requires: &matrix-eavesdrop_requires
|
requires: &matrix-eavesdrop_requires
|
||||||
- python-base-3.11-bookworm-container-image
|
- python-base-3.12-bookworm-container-image
|
||||||
- python-builder-3.11-bookworm-container-image
|
- python-builder-3.12-bookworm-container-image
|
||||||
provides: matrix-eavesdrop-container-image
|
provides: matrix-eavesdrop-container-image
|
||||||
vars: &matrix-eavesdrop_vars
|
vars: &matrix-eavesdrop_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
|
@ -144,7 +144,9 @@
|
|||||||
- system-config-build-image-matrix-eavesdrop:
|
- system-config-build-image-matrix-eavesdrop:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: opendev-buildset-registry
|
- name: opendev-buildset-registry
|
||||||
- name: system-config-build-image-python-builder-3.11-bookworm
|
- name: system-config-build-image-python-builder-3.12-bookworm
|
||||||
|
soft: true
|
||||||
|
- name: system-config-build-image-python-base-3.12-bookworm
|
||||||
soft: true
|
soft: true
|
||||||
- system-config-build-image-python-base-3.11-bookworm
|
- system-config-build-image-python-base-3.11-bookworm
|
||||||
- system-config-build-image-python-base-3.11-bookworm-debug
|
- system-config-build-image-python-base-3.11-bookworm-debug
|
||||||
@ -291,7 +293,9 @@
|
|||||||
- system-config-upload-image-matrix-eavesdrop:
|
- system-config-upload-image-matrix-eavesdrop:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: opendev-buildset-registry
|
- name: opendev-buildset-registry
|
||||||
- name: system-config-upload-image-python-builder-3.11-bookworm
|
- name: system-config-upload-image-python-builder-3.12-bookworm
|
||||||
|
soft: true
|
||||||
|
- name: system-config-upload-image-python-base-3.12-bookworm
|
||||||
soft: true
|
soft: true
|
||||||
- system-config-upload-image-python-base-3.11-bookworm
|
- system-config-upload-image-python-base-3.11-bookworm
|
||||||
- system-config-upload-image-python-base-3.11-bookworm-debug
|
- system-config-upload-image-python-base-3.11-bookworm-debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user