-
Notifications
You must be signed in to change notification settings - Fork 0
/
matrix.yml
103 lines (83 loc) · 2.58 KB
/
matrix.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Copyright 2023 Nokia
# Licensed under the BSD 3-Clause License.
# SPDX-License-Identifier: BSD-3-Clause
# a matrix list of variables used in the container build process
#
# python version are taken from ansible's support matrix - https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#support-life
include:
# 2.11.11
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.11.11"
runs-on: "ubuntu-22.04"
- base-image: "python:3.10-slim"
ansible-core-version: "2.11.11"
runs-on: "ubuntu-22.04"
addional-tags: "latest"
# 2.12.10
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.12.10"
runs-on: "ubuntu-22.04"
- base-image: "python:3.10-slim"
ansible-core-version: "2.12.10"
runs-on: "ubuntu-22.04"
addional-tags: "latest"
# 2.13.13
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.13.13"
runs-on: "ubuntu-22.04"
- base-image: "python:3.10-slim"
ansible-core-version: "2.13.13"
runs-on: "ubuntu-22.04"
addional-tags: "latest"
# 2.14.17
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.14.17"
runs-on: "ubuntu-22.04"
- base-image: "python:3.11-slim"
ansible-core-version: "2.14.17"
runs-on: "ubuntu-22.04"
addional-tags: "latest"
# 2.15.5
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.15.5"
runs-on: "ubuntu-22.04"
- base-image: "python:3.11-slim"
ansible-core-version: "2.15.5"
runs-on: "ubuntu-22.04"
- base-image: "python:3.12-slim"
ansible-core-version: "2.15.5"
runs-on: "ubuntu-22.04"
addional-tags: "latest"
# 2.15.12
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.15.12"
runs-on: "ubuntu-22.04"
- base-image: "python:3.11-slim"
ansible-core-version: "2.15.12"
runs-on: "ubuntu-22.04"
- base-image: "python:3.12-slim"
ansible-core-version: "2.15.12"
runs-on: "ubuntu-22.04"
addional-tags: "latest"
# 2.16.8
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.16.8"
runs-on: "ubuntu-22.04"
- base-image: "python:3.11-slim"
ansible-core-version: "2.16.8"
runs-on: "ubuntu-22.04"
- base-image: "python:3.12-slim"
ansible-core-version: "2.16.8"
runs-on: "ubuntu-22.04"
addional-tags: "latest"
# 2.17.1
- base-image: "pypy:3.10-slim"
ansible-core-version: "2.17.1"
runs-on: "ubuntu-22.04"
- base-image: "python:3.11-slim"
ansible-core-version: "2.17.1"
runs-on: "ubuntu-22.04"
- base-image: "python:3.12-slim"
ansible-core-version: "2.17.1"
runs-on: "ubuntu-22.04"
addional-tags: "latest"